Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115913201
D34339.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
394 B
Referenced Files
None
Subscribers
None
D34339.diff
View Options
diff --git a/sys/dev/vt/vt_buf.c b/sys/dev/vt/vt_buf.c
--- a/sys/dev/vt/vt_buf.c
+++ b/sys/dev/vt/vt_buf.c
@@ -825,6 +825,10 @@
break;
}
}
+ /* No space - word extends to end of line. */
+ if (i == vb->vb_scr_size.tp_col)
+ vb->vb_mark_end.tp_col = i;
+
if (vb->vb_mark_start.tp_col > vb->vb_mark_end.tp_col)
vb->vb_mark_start.tp_col = vb->vb_mark_end.tp_col;
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 8:18 AM (8 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17877498
Default Alt Text
D34339.diff (394 B)
Attached To
Mode
D34339: vt: fix double-click word selection for last word on line
Attached
Detach File
Event Timeline
Log In to Comment