Skip to content

Commit

Permalink
increase xterm terminal width
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Nov 21, 2023
1 parent 338ad7f commit 2fc14cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/terminal/support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const attachTerminal = () => {
const terminal = new Terminal({});
if (node) {
terminal.open(node);
terminal.resize(84, 24);
}
return terminal;
};
Expand Down

0 comments on commit 2fc14cb

Please sign in to comment.