From 0a4e48c057146e68988daed602de14330363790b Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:40:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E7=BB=88=E7=AB=AF?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A0=B7=E5=BC=8F=E5=8F=8A=E5=9B=9E=E6=BB=9A?= =?UTF-8?q?=E6=9D=A1=E6=95=B0=E6=98=BE=E7=A4=BA=20(#3363)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #3330 --- frontend/src/components/terminal/index.vue | 3 ++- frontend/src/views/host/terminal/terminal/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 @@