-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Ctrl-C No Longer Adds Message to History #17945
Copy link
Copy link
Closed
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displaybugSomething isn't workingSomething isn't workingregressionBehaviors that worked in previous versions but were broken due to an updateBehaviors that worked in previous versions but were broken due to an update
Metadata
Metadata
Assignees
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displaybugSomething isn't workingSomething isn't workingregressionBehaviors that worked in previous versions but were broken due to an updateBehaviors that worked in previous versions but were broken due to an update
Type
Fields
Give feedbackNo fields configured for issues without a type.
What version of Codex CLI is running?
0.120.0
What subscription do you have?
Plus
Which model were you using?
No response
What platform is your computer?
MacOS Darwin 24.6.0 arm64 arm
What terminal emulator and version are you using (if applicable)?
Terminal.app
What issue are you seeing?
Ctrl-c used to abort input and add unsent message to history, so that it can be later brought back via the up arrow.
After upgrading from 0.118.0 to 0.120.0, the message no longer gets added.
What steps can reproduce the bug?
What is the expected behavior?
should bring back previous unsent message
Additional information
No response