index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
screen.c
Age
Commit message (
Expand
)
Author
2010-01-03
Fix selection behaviour when the cursor is moved backwards (ie so the selection
Nicholas Marriott
2009-12-03
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
Nicholas Marriott
2009-08-08
Change the way the grid is stored, previously it was:
Nicholas Marriott
2009-07-30
Plug some memory leaks.
Nicholas Marriott
2009-07-17
When resizing a screen smaller in alternate screen mode, all the lines needed
Nicholas Marriott
2009-07-13
Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full
Nicholas Marriott
2009-07-09
When the terminal size is reduced horizontally, don't truncate lines to the new
Nicholas Marriott
2009-07-08
When reinitialising the screen, do not omit to clear the last line.
Nicholas Marriott
2009-06-24
Fix a type mismatch warning in assignment.
Nicholas Marriott
2009-06-24
Change to match xterm's resizing behaviour, including pushing lines into the
Nicholas Marriott
2009-06-04
Proper support for tab stops (\033H etc), using a bitstring(3). Makes another
Nicholas Marriott
2009-06-03
Pass window titles through vis(1). <0x20 is dropped anyway by the input state
Nicholas Marriott
2009-06-01
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott