mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
Nit comment
This commit is contained in:
@@ -19,6 +19,7 @@ pub(super) enum FocusSequenceState {
|
||||
EscBracket(KeyEvent, KeyEvent),
|
||||
}
|
||||
|
||||
/// Coalesces split focus change escape sequences so they cannot masquerade as key input.
|
||||
#[derive(Debug)]
|
||||
pub(super) struct FocusSequenceBuffer {
|
||||
state: FocusSequenceState,
|
||||
|
||||
Reference in New Issue
Block a user