index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
vt
/
vt_buf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vt(4): Adjust the cursor position after changing the window size
dumbbell
2014-11-01
1
-0
/
+12
*
Make gcc happy by initialising the variable only set in a couple of
bz
2014-09-20
1
-0
/
+1
*
vt(4): Rewrite history scrolling
dumbbell
2014-09-19
1
-76
/
+164
*
vt(4): Remove vt_buf->vb_dirtymask
dumbbell
2014-09-19
1
-40
/
+1
*
Fix stray char on paste.
ray
2014-09-12
1
-1
/
+1
*
spelling fixes
ray
2014-09-10
1
-1
/
+1
*
vt(4): Change vb_history_size from "int" to "unsigned int"
dumbbell
2014-08-29
1
-1
/
+1
*
vt(4): When creating a window buffer, fill it entirely
dumbbell
2014-08-26
1
-3
/
+3
*
vt(4): Use the actual size of the mouse when marking its position as dirty
dumbbell
2014-08-22
1
-13
/
+1
*
vt(4): Constify vt_buf argument of vtbuf_iscursor()
dumbbell
2014-08-21
1
-2
/
+2
*
vt(4): Add vtbuf_dirty*_locked() to lock vtbuf once, not twice
dumbbell
2014-08-10
1
-13
/
+21
*
In order to get vt(4) a bit closer to the feature set provided by sc(4),
marius
2014-06-27
1
-4
/
+16
*
Update size in vt_grow if we don't have to reallocate
emaste
2014-05-29
1
-0
/
+3
*
Correct KASSERT strings
emaste
2014-05-29
1
-4
/
+4
*
Fix scrollback.
ray
2014-05-08
1
-2
/
+3
*
Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste support
ray
2013-12-09
1
-0
/
+4
*
Done cut/paste "word" selection mode support.
ray
2013-11-14
1
-2
/
+17
*
wrap long lines.
ray
2013-11-14
1
-4
/
+8
*
Save last mouse event and check if the button1-up event happen w/o movement,
ray
2013-11-14
1
-1
/
+8
*
Simplify a bit vtbuf_set_mark.
ray
2013-11-14
1
-7
/
+4
*
Do not add <CR><LF> for last (single) line of paste buffer.
ray
2013-11-13
1
-2
/
+5
*
o Simplify POS_INDEX macro calculation.
ray
2013-11-13
1
-40
/
+174
*
Add mouse related vtbuf operations.
ray
2013-11-11
1
-0
/
+89
*
Fix copyrights.
ray
2013-11-02
1
-1
/
+4
*
o Fix scroll calculations.
ray
2013-10-24
1
-5
/
+11
*
Turn off confusing rotation of scroll history.
ray
2013-10-23
1
-7
/
+10
*
Don't forget to clean terminal window memory. But colors makes more smiles.
ray
2013-10-22
1
-4
/
+4
*
o Implement history buffer.
ray
2013-10-08
1
-28
/
+236
*
Readd the vt(4) driver and corresponding tools.
ed
2011-03-22
1
-0
/
+261