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
/
resize.c
Age
Commit message (
Expand
)
Author
2013-10-10
Make recalculate_sizes() handle an empty window with no active
Nicholas Marriott
2013-03-24
Add resize-pane -Z to temporary zoom the active pane to occupy the full
Nicholas Marriott
2013-03-21
Do not include status line in size calculations in control mode.
Nicholas Marriott
2012-03-17
Add notify hooks for various events, the functions are currently empty
Nicholas Marriott
2010-12-21
Store sessions in an RB tree by name rather than a list, this is tidier
Nicholas Marriott
2010-11-22
There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't
Nicholas Marriott
2010-06-21
Having a list of winlinks->alerts for each session is stupid, just store
Nicholas Marriott
2009-09-24
Don't allow locked or suspended clients to limit the size of active clients.
Nicholas Marriott
2009-07-19
Improved layout code.
Nicholas Marriott
2009-07-14
Get rid of the PANE_HIDDEN flag in favour of a function, and moving the
Nicholas Marriott
2009-06-01
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott