A few renames and minor cleanups

This commit is contained in:
Soren Hansen
2025-08-02 22:21:12 -07:00
parent c761b53d41
commit 2bee116ca3
9 changed files with 1052 additions and 361 deletions

View File

@@ -4,7 +4,7 @@ import { WebLinksAddon } from 'xterm-addon-web-links';
import { WebglAddon } from 'xterm-addon-webgl';
import { ZModemAddon } from "./zmodem";
export class OurXterm {
export class GoTTYXterm {
// The HTMLElement that contains our terminal
elem: HTMLElement;