Skip to content

Commit 96462a1

Browse files
committed
disable srcollOnEcho for jquery terminal so it will only scroll at the bottom
1 parent 2a101c0 commit 96462a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/server/index.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
height: 400,
194194
exit: false,
195195
prompt: '{{ $server->username }}:~$ ',
196+
scrollOnEcho: false,
196197
onBlur: function (terminal) {
197198
return false;
198199
}

0 commit comments

Comments
 (0)