mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
tui: added ctrl-z terminal suspension support (#3983)
This commit is contained in:
parent
bdcf864678
commit
6afdb5c0e5
3 changed files with 20 additions and 0 deletions
|
|
@ -846,6 +846,10 @@ export type KeybindsConfig = {
|
|||
* Previous child session
|
||||
*/
|
||||
session_child_cycle_reverse?: string
|
||||
/**
|
||||
* Suspend terminal
|
||||
*/
|
||||
terminal_suspend?: string
|
||||
}
|
||||
|
||||
export type AgentConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue