terminal: add semi-colon character to word boundary list

This commit is contained in:
Ravi Chandra
2025-10-07 18:14:10 +13:00
parent 67ece53423
commit e70ae28fa3

View File

@@ -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",