Skip to content

Commit

Permalink
Handle newlines correctly in terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Dec 23, 2023
1 parent 51579b8 commit 5543c4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/latest/js/runner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class VyRunner extends EventTarget {
if (this.terminal != null) throw new Error("Already attached");
this.terminal = new Terminal({
scrollback: 1000,
convertEol: true,
});
this.fit = new FitAddon();
this.terminal.loadAddon(this.fit);
Expand Down

0 comments on commit 5543c4d

Please sign in to comment.