mirror of
https://github.com/syssecfsu/witty.git
synced 2025-01-11 20:52:43 +01:00
change xterm size to 120x36 to match that of pty
This commit is contained in:
parent
ebf8a30e4d
commit
dee8cbb034
@ -32,7 +32,7 @@ function createTerminal(path) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
term.open(document.getElementById('terminal_view'));
|
term.open(document.getElementById('terminal_view'));
|
||||||
term.resize(124, 37);
|
term.resize(120, 36);
|
||||||
|
|
||||||
const weblinksAddon = new WebLinksAddon.WebLinksAddon();
|
const weblinksAddon = new WebLinksAddon.WebLinksAddon();
|
||||||
term.loadAddon(weblinksAddon);
|
term.loadAddon(weblinksAddon);
|
||||||
|
@ -33,7 +33,7 @@ function createReplayTerminal() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
term.open(document.getElementById('terminal_view'));
|
term.open(document.getElementById('terminal_view'));
|
||||||
term.resize(124, 37);
|
term.resize(120, 36);
|
||||||
|
|
||||||
const weblinksAddon = new WebLinksAddon.WebLinksAddon();
|
const weblinksAddon = new WebLinksAddon.WebLinksAddon();
|
||||||
term.loadAddon(weblinksAddon);
|
term.loadAddon(weblinksAddon);
|
||||||
|
Loading…
Reference in New Issue
Block a user