summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt/vt_buf.c
Commit message (Expand)AuthorAgeFilesLines
* vt(4): When creating a window buffer, fill it entirelydumbbell2014-08-261-3/+3
* vt(4): Use the actual size of the mouse when marking its position as dirtydumbbell2014-08-221-13/+1
* vt(4): Constify vt_buf argument of vtbuf_iscursor()dumbbell2014-08-211-2/+2
* vt(4): Add vtbuf_dirty*_locked() to lock vtbuf once, not twicedumbbell2014-08-101-13/+21
* In order to get vt(4) a bit closer to the feature set provided by sc(4),marius2014-06-271-4/+16
* Update size in vt_grow if we don't have to reallocateemaste2014-05-291-0/+3
* Correct KASSERT stringsemaste2014-05-291-4/+4
* Fix scrollback.ray2014-05-081-2/+3
* Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste supportray2013-12-091-0/+4
* 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-141-1/+8
* Simplify a bit vtbuf_set_mark.ray2013-11-141-7/+4
* Do not add <CR><LF> for last (single) line of paste buffer.ray2013-11-131-2/+5
* o Simplify POS_INDEX macro calculation.ray2013-11-131-40/+174
* Add mouse related vtbuf operations.ray2013-11-111-0/+89
* Fix copyrights.ray2013-11-021-1/+4
* o Fix scroll calculations.ray2013-10-241-5/+11
* Turn off confusing rotation of scroll history.ray2013-10-231-7/+10
* Don't forget to clean terminal window memory. But colors makes more smiles.ray2013-10-221-4/+4
* o Implement history buffer.ray2013-10-081-28/+236
* Readd the vt(4) driver and corresponding tools.ed2011-03-221-0/+261
OpenPOWER on IntegriCloud