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-redraw.c
Age
Commit message (
Expand
)
Author
2009-10-28
Add a minor optimisatin: if the character being printed is space, don't worry
Nicholas Marriott
2009-10-12
Similarly add a tty_cursor_pane function to tidy up most of the calls.
Nicholas Marriott
2009-09-10
Permit options such as status-bg to be configured using the entire 256 colour
Nicholas Marriott
2009-08-31
Add a new display-panes command, with two options (display-panes-colour and
Nicholas Marriott
2009-08-10
Reset the attributes after drawing all or part of the screen, and reset the
Nicholas Marriott
2009-07-31
Pass the ACS border characters through tty_get_acs so they appear correctly on
Nicholas Marriott
2009-07-24
Use the full range of ACS line drawing characters to draw pane borders,
Nicholas Marriott
2009-07-24
Simplify screen redrawing by drawing the border and background together rather
Nicholas Marriott
2009-07-14
For some reason when clearing status/message it was redrawing the entire client
Nicholas Marriott
2009-07-14
Instead of faking up a status line in status_redraw, use the same code to
Nicholas Marriott
2009-07-14
Get rid of the PANE_HIDDEN flag in favour of a function, and moving the
Nicholas Marriott
2009-06-25
Unused variables. Found by lint, no binary change.
Nicholas Marriott
2009-06-01
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott