fix(ui-tui): ref-based input buffer, gateway listener stability, usage display, and 6 correctness bugs
This commit is contained in:
@@ -11,4 +11,4 @@ if (!process.stdin.isTTY) {
|
||||
|
||||
const gw = new GatewayClient()
|
||||
gw.start()
|
||||
render(<App gw={gw} />, { exitOnCtrlC: false })
|
||||
render(<App gw={gw} />, { exitOnCtrlC: false, maxFps: 60 })
|
||||
|
||||
Reference in New Issue
Block a user