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 e1b9184 commit d0d4f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ops/Adhoc/components/QuickJobTerm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,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 d0d4f42

Please sign in to comment.