Skip to content

Commit

Permalink
fix: xterm output truncate
Browse files Browse the repository at this point in the history
  • Loading branch information
w940853815 committed Sep 26, 2024
1 parent 6b93a65 commit 8c99032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Widgets/Term/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default {
fontFamily: 'monaco, Consolas, "Lucida Console", monospace',
lineHeight: 1.2,
fontSize: 13,
scrollback: 9999999,
rightClickSelectsWord: true,
theme: {
background: '#fff',
Expand Down

0 comments on commit 8c99032

Please sign in to comment.