mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 05:24:20 +02:00
Support a special key mode for moving cursor at marked prompts
Needed for fish integration because the arrow keys cause auto-complete to trigger.
This commit is contained in:
@@ -132,6 +132,7 @@ typedef struct {
|
||||
union {
|
||||
struct {
|
||||
unsigned int redraws_prompts_at_all: 1;
|
||||
unsigned int uses_special_keys_for_cursor_movement: 1;
|
||||
};
|
||||
unsigned int val;
|
||||
} prompt_settings;
|
||||
|
||||
Reference in New Issue
Block a user