feat: support shift enter for ghostty etc
This commit is contained in:
parent
4fe78d5b88
commit
17a9c47178
@ -12,4 +12,8 @@ if (!process.stdin.isTTY) {
|
||||
|
||||
const gw = new GatewayClient()
|
||||
gw.start()
|
||||
render(<App gw={gw} />, { exitOnCtrlC: false, maxFps: 60 })
|
||||
render(<App gw={gw} />, {
|
||||
exitOnCtrlC: false,
|
||||
maxFps: 60,
|
||||
kittyKeyboard: { mode: 'enabled', flags: ['disambiguateEscapeCodes'] },
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user