Skip to content

Commit 6ecf521

Browse files
committed
enabled overview ruler by default in the demo
1 parent 5678dff commit 6ecf521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/client.ts

+1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ function createTerminal(): void {
256256
const isWindows = ['Windows', 'Win16', 'Win32', 'WinCE'].indexOf(navigator.platform) >= 0;
257257
term = new Terminal({
258258
allowProposedApi: true,
259+
overviewRuler: { width:14 },
259260
windowsPty: isWindows ? {
260261
// In a real scenario, these values should be verified on the backend
261262
backend: 'conpty',

0 commit comments

Comments
 (0)