summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* Update xboxfb driver to actual state.ray2014-01-151-117/+46
* Restore VGA mode on vt switch. It fix VESA mode left by Xorg on exit.ray2014-01-081-0/+12
* Fix build of vt_xboxfb.rmh2014-01-081-1/+1
* Increase vt(9) max glyph data to 1MB for CJK fonts with many glyphsemaste2014-01-011-1/+1
* Fix AltGr, we should not only skip RAlt key release if enable_altgr is set, butray2013-12-261-0/+2
* Use statndard (syscons) way to disable bell.ray2013-12-252-0/+12
* o Add virtual terminal mmap request handler.ray2013-12-235-2/+67
* Update whitespace to match mkkfont outputemaste2013-12-231-2/+6
* Update names from newcons to vt(9).ray2013-12-221-2/+2
* Support double-width characters in vt(9)emaste2013-12-213-49/+51
* Extend libteken to support CJK fullwidth characters.ed2013-12-201-0/+8
* Enable AltGr key by default.ray2013-12-201-1/+1
* Set mouse level per window, instead of global.ray2013-12-202-1/+5
* Enable mouse support for terminal clients (like dialog(1)).ray2013-12-193-3/+67
* Skip processing of R.Alt as a second Alt key, if sysctl kern.vt.enable_altgr isray2013-12-181-0/+3
* Fix a panic when booting with kernels that have FREEBBSD_COMPATgnn2013-12-111-0/+3
* The opt_*.h headers must be included before any system header, exceptkib2013-12-101-2/+1
* Break build with error in case when both syscons and newcons are enabled.ray2013-12-101-0/+5
* o Compat options have to be defined before sys/ioccom.h included, so moveray2013-12-092-1/+3
* Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste supportray2013-12-095-4/+32
* o Build syscons(9)'s splash support if both sc and splash are enabled.ray2013-12-082-0/+8
* Fix td_frame flags for i386.ray2013-12-061-2/+6
* o Implement more standard ioctls.ray2013-12-051-54/+160
* Fix build.nwhitehorn2013-11-301-2/+3
* Work around false positive errors from GCC.nwhitehorn2013-11-302-0/+2
* Swap HOME/END for ScrollLocked mode. This fix confusion when End key moveray2013-11-241-2/+2
* Remove atomic_(set|clear)_int from mouse control too. Same as in r258408.ray2013-11-201-2/+2
* Revert r258324. There mutexes should be used instead of atomics.ray2013-11-201-15/+15
* Notify terminal about process on current terminal start to use mouse on aray2013-11-183-2/+40
* Switch to use atomic ops for VT window flags, because some modifications canray2013-11-181-15/+15
* Remove accidental line break.ray2013-11-151-2/+1
* Add VT_ALT_TO_ESC_HACK enabled by default. This will prepend ESC sequence beforeray2013-11-152-2/+36
* Done cut/paste "word" selection mode support.ray2013-11-141-2/+17
* wrap long lines.ray2013-11-141-4/+8
* Save last mouse event and check if the button1-up event happen w/o movement,ray2013-11-143-3/+12
* Correct copy/paste mistake.ray2013-11-141-2/+2
* Simplify a bit vtbuf_set_mark.ray2013-11-141-7/+4
* Panic/DDB check should only affect mouse, screen redraw allowed. :)ray2013-11-131-4/+4
* Do not add <CR><LF> for last (single) line of paste buffer.ray2013-11-131-2/+5
* Move vt_mouse_event out of sysmouse lock.ray2013-11-131-5/+9
* o Simplify POS_INDEX macro calculation.ray2013-11-133-51/+225
* Add kern.vt.suspendswitch tunable. This will allow to disable default behaviorray2013-11-111-0/+5
* Update vd_bitbltchr_t type to handle operation mask (to not touch pixels whichray2013-11-116-24/+76
* Add forgotten definition of vt_default_mouse_pointer.ray2013-11-111-0/+1
* Define vt_mouse_event method.ray2013-11-111-0/+1
* Wrap long lines.ray2013-11-111-2/+4
* Enable/disable mouse cursor on MOUSE_SHOW/MOUSE_HIDE.ray2013-11-111-0/+5
* o Update vt_flush to care about mouse pointer.ray2013-11-111-2/+30
* Eliminate call to vd_blank method, it is too expensive.ray2013-11-111-10/+0
* Use saved offset to font aligned area.ray2013-11-111-4/+2
OpenPOWER on IntegriCloud