Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed Sep 25, 2024
1 parent 4563fe0 commit f554f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repl.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body>
<script type="module">
// Tulip settings
term = new Terminal({rows:50, cols:128, fontSize:12, theme: { background: '#004955' }});
term = new Terminal({rows:40, cols:100, fontSize:12, theme: { background: '#004955' }});
term.writeln("Tap in the terminal window here to start...");
term.open(document.getElementById('terminal'));
const stdoutWriter = (line) => {
Expand Down

0 comments on commit f554f95

Please sign in to comment.