summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Save offset to font aligned area.ray2013-11-111-0/+3
* Add vt_mouse_event mouth event handling method.ray2013-11-111-0/+103
* o Remove include of sys/mouse.h, it is included from vt.h now.ray2013-11-111-2/+5
* Use vtbuf_iscursor method instead of macro to get chars to display inverted.ray2013-11-111-2/+1
* Add mouse related bits.ray2013-11-111-0/+8
* Define marker support functions and type of markers.ray2013-11-111-0/+9
* Add cut/paste region markers.ray2013-11-111-0/+10
* Add mouse related vtbuf operations.ray2013-11-111-0/+89
* Add default cursor pixmap.ray2013-11-111-0/+68
* Rename font_default.c to vt_font_default.c. Prefix will make less possibilityray2013-11-111-0/+0
* Add mouse cursor format structure.ray2013-11-111-0/+7
* Use opt_syscons.h to get defines.ray2013-11-111-0/+17
* Handle suspend/resume. Switch to console window before suspend, switch back onray2013-11-074-0/+43
* Early console with FDT/OFW support.ray2013-11-051-0/+278
* Export vt_fb VT driver methods to allow reuse.ray2013-11-052-9/+14
OpenPOWER on IntegriCloud