Skip to content

Commit 83a56a5

Browse files
Aayyushmsarvar
authored andcommitted
Making terminal scrollback to 15000 (#138)
1 parent 277dae1 commit 83a56a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/controllers/templates/web_templates.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ var ProjectJobsTemplate = template.Must(template.New("blank.html.tmpl").Parse(`
416416
<script src="https://unpkg.com/[email protected]/lib/xterm-addon-fit.js"></script>
417417
418418
<script>
419-
var term = new Terminal();
419+
var term = new Terminal({scrollback: 15000});
420420
var socket = new WebSocket(
421421
(document.location.protocol === "http:" ? "ws://" : "wss://") +
422422
document.location.host +

0 commit comments

Comments
 (0)