Skip to content

Commit

Permalink
Making terminal scrollback to 15000 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayyush authored Oct 13, 2021
1 parent c2c42f9 commit 63bfa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/templates/web_templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ var ProjectJobsTemplate = template.Must(template.New("blank.html.tmpl").Parse(`
<script src="https://unpkg.com/[email protected]/lib/xterm-addon-fit.js"></script>
<script>
var term = new Terminal();
var term = new Terminal({scrollback: 15000});
var socket = new WebSocket(
(document.location.protocol === "http:" ? "ws://" : "wss://") +
document.location.host +
Expand Down

0 comments on commit 63bfa3d

Please sign in to comment.