summaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt.h
AgeCommit message (Expand)Author
6 daysvt(4): allow up to _SIG_MAXSIG (128) for VT_SETMODEQuentin Thébault
2024-07-11vt: Add vd_bitblt_argbEmmanuel Vadot
2023-11-24vt(4): New bitblt_text variant making a copy before unlocking vt_bufJean-Sébastien Pédron
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-25vt(4): Return errors from `vt_{,de}allocate()`Jean-Sébastien Pédron
2022-10-05vt(4): When cutting a line, append a newline character.Ivan Quitschal
2022-09-27vt(4): Make sure vt_switch_timer() has a sleepable context.Hans Petter Selasky
2022-05-06vt: use TERMINAL_DECLARE_EARLY() macroMitchell Horne
2021-11-03vt(4): Connect to teken's TP_SETBELLPDWarner Losh
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2020-12-31vt: restore tty when console is ungrabbedKyle Evans
2020-09-01vt: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-14Move font related data structured to sys/font.c and update vtfontcvtToomas Soome
2020-05-28vt(4): Add support for `vidcontrol -C'Jason A. Harmening
2019-12-20vt: store a pointer to the keyboard instead of indexKyle Evans
2019-09-25vt: use colors from terminal emulatorToomas Soome
2018-08-25Speed up vt(4) by keeping a record of the most recently drawn character andColin Percival
2018-05-16Clean up vt source whitespace issuesEd Maste
2018-05-16vt(4): Resume vt_timer() in vtterm_post_input() onlyJean-Sébastien Pédron
2018-05-16teken, vt(4): New callbacks to lock the terminal onceJean-Sébastien Pédron
2017-12-05Implement "vidcontrol -h <history_size>" for vt(4)Ed Maste
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-07-19Increase vt(4) framebuffer maximum sizeConrad Meyer
2015-08-21vt_cpulogos: Resize all terms/windows when tearing down logosConrad Meyer
2015-08-18Support frame buffers that are larger than the default screenMarcel Moolenaar
2015-07-21vt: Draw logos per CPU coreConrad Meyer
2015-07-21vt: De-static VT_SYSCTL_INT-defined objectsConrad Meyer
2015-05-08The "SYSCTL_INT()" default value is only used for read only SYSCTLsHans Petter Selasky
2015-03-01vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgaJean-Sébastien Pédron
2015-01-27vt(4): Use power_{suspend,resume} event handlers to implementAndriy Gapon
2014-12-27Support ALT_BREAK_TO_DEBUGGER in vt(4)Ed Maste
2014-11-04vt(4): Support syscons' SC_HISTORY_SIZE to configure history sizeJean-Sébastien Pédron
2014-10-02vt(4): Save/restore keyboard mode & LED states when switching windowJean-Sébastien Pédron
2014-09-19vt(4): Remove vt_buf->vb_dirtymaskJean-Sébastien Pédron
2014-09-12Switch vt(4) to traditional behaviour with copy-paste same as syscons(4) do.Aleksandr Rybalko
2014-09-09Revert r269474. Special keyboard combinations should be handled by separateAleksandr Rybalko
2014-08-29vt(4): Change vb_history_size from "int" to "unsigned int"Jean-Sébastien Pédron
2014-08-27vt(4): Add cngrab() and cnungrab() callbacksJean-Sébastien Pédron
2014-08-27vt(4): Implement basic support for KDSETMODE ioctlJean-Sébastien Pédron
2014-08-25vt(4): Store a rectangle for the drawable area, not just the top-left cornerJean-Sébastien Pédron
2014-08-24vt(4): Remove vd_bitbltchr_tJean-Sébastien Pédron
2014-08-23vt(4): Add vd_bitblt_bmp_t callbackJean-Sébastien Pédron
2014-08-23vt(4): Fix cursor handling in vt_flush()Jean-Sébastien Pédron
2014-08-22vt(4): Use the actual size of the mouse when marking its position as dirtyJean-Sébastien Pédron
2014-08-22vt(4): The offset to center the text area is per-window nowJean-Sébastien Pédron
2014-08-22vt(4): Give the window to vd_bitblt_text_t callbackJean-Sébastien Pédron
2014-08-22vt(4): Store cursor bitmap & colors in struct vt_deviceJean-Sébastien Pédron
2014-08-22vt(4): Add new vd_bitblt_text_t callback, and implement it for vt_vgaJean-Sébastien Pédron
2014-08-21vt(4): Rename the "mouse_cursor" structure to "vt_mouse_cursor"Jean-Sébastien Pédron