Rename TermXterm and TermHterm to Xterm and Hterm

This commit is contained in:
Iwasaki Yudai
2017-08-22 15:59:24 +09:00
parent 70aaf33082
commit 27b6436196
7 changed files with 41 additions and 41 deletions

2
js/dist/xterm.d.ts vendored
View File

@@ -1,5 +1,5 @@
import * as bare from "xterm";
export declare class TermXterm {
export declare class Xterm {
elem: HTMLElement;
message: HTMLElement;
messageTimeout: number;