Skip to content

Commit

Permalink
enabled overview ruler by default in the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnouarTouati committed Jan 6, 2025
1 parent 5678dff commit 6ecf521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ function createTerminal(): void {
const isWindows = ['Windows', 'Win16', 'Win32', 'WinCE'].indexOf(navigator.platform) >= 0;
term = new Terminal({
allowProposedApi: true,
overviewRuler: { width:14 },
windowsPty: isWindows ? {
// In a real scenario, these values should be verified on the backend
backend: 'conpty',
Expand Down

0 comments on commit 6ecf521

Please sign in to comment.