Skip to content

Commit d5eb08f

Browse files
authored
Enable background running.
1 parent eb5da9e commit d5eb08f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python_agent_harness/tui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def _make_prompt_session(
213213
completer=completer,
214214
complete_while_typing=False,
215215
multiline=True,
216+
enable_suspend=True,
216217
**kwargs,
217218
)
218219

0 commit comments

Comments
 (0)