mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
@ -2428,6 +2428,7 @@ pub fn selectWord(self: *Screen, pin: Pin) ?Selection {
|
||||
'}',
|
||||
'<',
|
||||
'>',
|
||||
'$',
|
||||
};
|
||||
|
||||
// If our cell is empty we can't select a word, because we can't select
|
||||
@ -7318,6 +7319,7 @@ test "Screen: selectWord with character boundary" {
|
||||
" }abc} \n123",
|
||||
" <abc< \n123",
|
||||
" >abc> \n123",
|
||||
" $abc$ \n123",
|
||||
};
|
||||
|
||||
for (cases) |case| {
|
||||
|
Reference in New Issue
Block a user