Files
ghostty/src
Mitchell Hashimoto 48d6c93e09 terminal: select line considers semantic prompt change a boundary
Fixes #1329

Some shells and scripts use spaces and soft-wrapping as a way to move to
the next line instead of using newline (`\n`). Line selection
(triple-click by default) considers a soft-wrapped line as a single
line, so it was selecting the prompt.

This commit makes it so line selection considers semantic prompt state
(prompt vs command output) an additional boundary condition. This
requires shell integration but will make selection behave more
expectedly.
2024-01-19 15:48:53 -08:00
..
2024-01-13 15:06:08 -08:00
2024-01-14 14:48:56 -08:00
2023-12-21 13:36:00 -06:00
2023-12-17 16:19:22 +01:00
2023-06-30 12:15:31 -07:00
2023-09-23 22:46:16 -07:00
2023-11-30 21:58:14 +01:00
2023-09-20 12:35:52 -07:00
2022-08-18 11:42:32 -07:00
2023-08-08 14:27:34 +02:00