opnsense-src/sys/dev/vt
Ed Maste 692bb3f029 vt: fix double-click word selection for first word on line
Previously when double-clicking on the first word on a line we would
select from the cursor position to the end of the word, not from the
beginning of the line.  This is because we searched backward for a
space to mark the beginning of a word.

Now, use the beginning of the line if we do not find a space.

PR:		261553
Reported by:	Stefan B.
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
2022-02-22 09:08:50 -05:00
..
colors vt: export RGB offsets with FBIO_GETRGBOFFS 2021-11-25 16:39:25 -03:00
font Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
hw fb: Add new FBTYPE_EFIFB 2021-12-06 11:28:03 +01:00
logo Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
vt.h vt(4): Connect to teken's TP_SETBELLPD 2021-11-03 16:03:51 -06:00
vt_buf.c vt: fix double-click word selection for first word on line 2022-02-22 09:08:50 -05:00
vt_consolectl.c Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
vt_core.c vt: export RGB offsets with FBIO_GETRGBOFFS 2021-11-25 16:39:25 -03:00
vt_cpulogos.c vt: fix splash_cpu logos use of vd_drawrect 2022-02-08 22:22:07 -05:00
vt_font.c Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
vt_sysmouse.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00