mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
docs(tui): explain Option+Up terminal encoding fallback
This commit is contained in:
@@ -3098,6 +3098,8 @@ impl ChatWidget {
|
||||
{
|
||||
self.cycle_collaboration_mode();
|
||||
}
|
||||
// Terminals can encode Option+Up as Alt+Up or Ctrl+Up (e.g. CSI 1;5A),
|
||||
// so accept either modifier for queued-message restore.
|
||||
KeyEvent {
|
||||
code: KeyCode::Up,
|
||||
modifiers,
|
||||
|
||||
Reference in New Issue
Block a user