You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WAITING_INPUT_MESSAGE="""A command is already running. NOTE: You can't run multiple shell sessions, likely a previous program hasn't exited.
1063
+
WAITING_INPUT_MESSAGE="""A command is already running. NOTE: You can't run multiple shell commands in main shell, likely a previous program hasn't exited.
1064
1064
1. Get its output using status check.
1065
1065
2. Use `send_ascii` or `send_specials` to give inputs to the running program OR
1066
1066
3. kill the previous program by sending ctrl+c first using `send_ascii` or `send_specials`
1067
-
4. Interrupt and run the process in background by re-running it using screen
0 commit comments