Mitchell Hashimoto
3bcf329c2b
zsh: emit missing prompt markers in line-init ( #11165 )
...
Emit semantic prompt markers at line-init if PS1 doesn't contain our
marks. This ensures the terminal sees prompt markers even if another
plugin (like zinit or oh-my-posh) regenerated PS1 after our precmd ran.
We use 133;P instead of 133;A to avoid fresh-line behavior which would
disrupt the display since the prompt has already been drawn. We also
emit 133;B to mark the input area, which is needed for click-to-move.
Fixes : #10572 , #10555
2026-03-04 11:08:58 -08:00
..
2026-03-03 08:12:48 -08:00
2026-01-20 09:44:15 -08:00
2026-03-03 14:40:00 -06:00
2026-01-17 20:44:22 -05:00
2026-03-03 19:53:15 -08:00
2025-10-03 07:10:43 -07:00
2026-02-17 20:35:25 -08:00
2026-02-17 11:35:33 -05:00
2026-01-28 09:49:07 -05:00
2026-03-03 08:57:24 -08:00
2026-02-02 10:44:35 -08:00
2026-02-27 10:13:03 -06:00
2026-03-04 22:02:37 +05:00
2026-02-23 14:11:36 -08:00
2026-03-04 12:48:02 -05:00
2025-11-27 13:37:53 -08:00
2025-10-03 18:52:26 +02:00
2025-12-10 22:31:27 -06:00
2026-03-02 11:24:54 -08:00
2026-03-03 09:48:48 +01:00
2026-02-19 20:24:42 -08:00
2026-01-27 09:44:55 -05:00
2026-02-01 14:32:37 -08:00
2025-11-27 13:37:53 -08:00
2025-11-27 13:37:53 -08:00
2025-07-09 15:06:24 -07:00
2026-02-17 12:54:29 -06:00
2026-02-19 14:34:22 -08:00
2025-11-17 12:13:56 -07:00
2025-06-25 16:27:23 -04:00
2025-12-15 11:54:36 -08:00
2025-10-03 07:10:43 -07:00
2026-01-08 10:22:56 -08:00
2026-03-01 14:55:07 -08:00
2025-11-27 13:37:53 -08:00
2025-10-03 13:32:15 -07:00
2025-11-17 12:13:56 -07:00
2025-11-27 13:37:53 -08:00
2026-01-21 09:39:02 -08:00
2024-08-16 14:35:10 -07:00
2025-07-09 15:06:24 -07:00
2022-08-18 11:42:32 -07:00
2025-10-03 07:10:43 -07:00
2025-12-08 13:19:16 +08:00
2026-02-27 10:13:03 -06:00
2025-11-27 13:37:53 -08:00
2026-03-03 08:12:48 -08:00
2025-11-26 08:50:04 -08:00
2026-01-21 15:30:49 -08:00