mirror of
https://github.com/yudai/gotty.git
synced 2026-02-25 09:24:08 +01:00
Move responsibility to decode output encoding to terminal implementation
This commit is contained in:
parent
807bcc25a4
commit
b2c2db0764
6 changed files with 17 additions and 15 deletions
2
js/dist/gotty-bundle.js
vendored
2
js/dist/gotty-bundle.js
vendored
File diff suppressed because one or more lines are too long
6
js/dist/xterm.d.ts
vendored
6
js/dist/xterm.d.ts
vendored
|
|
@ -1,11 +1,13 @@
|
|||
import * as bare from "xterm";
|
||||
import { lib } from "libapps";
|
||||
export declare class Xterm {
|
||||
elem: HTMLElement;
|
||||
term: bare;
|
||||
resizeListener: () => void;
|
||||
decoder: lib.UTF8Decoder;
|
||||
message: HTMLElement;
|
||||
messageTimeout: number;
|
||||
messageTimer: number;
|
||||
term: bare;
|
||||
resizeListener: () => void;
|
||||
constructor(elem: HTMLElement);
|
||||
info(): {
|
||||
columns: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue