diff --git a/frontend/src/components/terminal/index.vue b/frontend/src/components/terminal/index.vue index 9a26f3c1b..feb350943 100644 --- a/frontend/src/components/terminal/index.vue +++ b/frontend/src/components/terminal/index.vue @@ -56,7 +56,8 @@ const newTerm = () => { }, cursorBlink: true, cursorStyle: 'underline', - scrollback: 100, + scrollback: 1000, + scrollSensitivity: 15, tabStopWidth: 4, }); }; diff --git a/frontend/src/views/host/terminal/terminal/index.vue b/frontend/src/views/host/terminal/terminal/index.vue index c4a6b8f30..b6069f78b 100644 --- a/frontend/src/views/host/terminal/terminal/index.vue +++ b/frontend/src/views/host/terminal/terminal/index.vue @@ -44,7 +44,7 @@ @@ -82,7 +82,7 @@