Skip to content

Commit

Permalink
Merge pull request #2562 from veyselsahin/allowproposeapi-xterm-optio…
Browse files Browse the repository at this point in the history
…n-added

frontend: Enable allowProposedApi in XTerminal
  • Loading branch information
illume authored Nov 18, 2024
2 parents 316c1df + e3fd7cb commit 8fb46f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/common/LogViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export function LogViewer(props: LogViewerProps) {
scrollback: 10000,
rows: 30, // initial rows before fit
lineHeight: 1.21,
allowProposedApi: true,
});

if (!!outXtermRef) {
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/common/Terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export default function Terminal(props: TerminalProps) {
scrollback: 10000,
rows: 30, // initial rows before fit
windowsMode: isWindows,
allowProposedApi: true,
}),
connected: false,
reconnectOnEnter: false,
Expand Down

0 comments on commit 8fb46f6

Please sign in to comment.