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/hterm.d.ts vendored
View File

@@ -1,5 +1,5 @@
import * as bare from "libapps";
export declare class TermHterm {
export declare class Hterm {
elem: HTMLElement;
term: bare.Terminal;
io: bare.IO;