Add flag to next-prompt/previous-prompt to go to command output instead,

from Magnus Gross.
This commit is contained in:
nicm
2023-08-08 08:21:29 +00:00
parent dee72ed41f
commit 7a44984069
4 changed files with 103 additions and 41 deletions

View File

@ -2756,6 +2756,9 @@ input_osc_133(struct input_ctx *ictx, const char *p)
case 'A':
gl->flags |= GRID_LINE_START_PROMPT;
break;
case 'C':
gl->flags |= GRID_LINE_START_OUTPUT;
break;
}
}