mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-15 06:16:11 +00:00
terminal: add semi-colon character to word boundary list
This commit is contained in:
@@ -2565,6 +2565,7 @@ pub fn selectWord(self: *Screen, pin: Pin) ?Selection {
|
|||||||
'`',
|
'`',
|
||||||
'|',
|
'|',
|
||||||
':',
|
':',
|
||||||
|
';',
|
||||||
',',
|
',',
|
||||||
'(',
|
'(',
|
||||||
')',
|
')',
|
||||||
@@ -7819,6 +7820,7 @@ test "Screen: selectWord with character boundary" {
|
|||||||
" `abc` \n123",
|
" `abc` \n123",
|
||||||
" |abc| \n123",
|
" |abc| \n123",
|
||||||
" :abc: \n123",
|
" :abc: \n123",
|
||||||
|
" ;abc; \n123",
|
||||||
" ,abc, \n123",
|
" ,abc, \n123",
|
||||||
" (abc( \n123",
|
" (abc( \n123",
|
||||||
" )abc) \n123",
|
" )abc) \n123",
|
||||||
|
Reference in New Issue
Block a user