mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-02 13:52:20 +00:00
Fix #9765
This commit is contained in:
parent
fe0ecbd9ca
commit
3124864ee0
1 changed files with 1 additions and 1 deletions
|
|
@ -3105,8 +3105,8 @@ shell_prompt_marking(Screen *self, char *buf) {
|
|||
switch (ch) {
|
||||
case 'A': {
|
||||
PromptKind pk = PROMPT_START;
|
||||
self->prompt_settings.val = 0;
|
||||
self->prompt_settings.redraws_prompts_at_all = 1;
|
||||
self->prompt_settings.uses_special_keys_for_cursor_movement = 0;
|
||||
parse_prompt_mark(self, buf+1, &pk);
|
||||
self->linebuf->line_attrs[self->cursor->y].prompt_kind = pk;
|
||||
if (pk == PROMPT_START) CALLBACK("cmd_output_marking", "O", Py_False);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue