index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
resize.c
Commit message (
Expand
)
Author
Age
*
Prevent control clients from affecting the session size until they have
nicm
2017-05-10
*
Improve some of the logging on resize.
nicm
2017-02-08
*
Cache status line position to reduce option lookups during output.
nicm
2017-02-03
*
Use the notify name string instead of going via an enum and change
nicm
2016-10-16
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
*
Move struct options into options.c.
nicm
2015-10-27
*
Convert clients list into a TAILQ.
nicm
2015-04-24
*
Make session_has return a flag, returning the first winlink found is a
nicm
2015-04-22
*
Change the windows array into an RB tree and fix some places where we
nicm
2015-04-22
*
Label windows which are smaller than expected with a reason.
nicm
2014-11-14
*
Don't let force-width or force-height be < PANE_MINIMUM.
nicm
2014-11-12
*
Make session_attached a count and add session_many_attached flag.
nicm
2014-03-31
*
Make recalculate_sizes() handle an empty window with no active
nicm
2013-10-10
*
Add resize-pane -Z to temporary zoom the active pane to occupy the full
Nicholas Marriott
2013-03-24
*
Do not include status line in size calculations in control mode.
Nicholas Marriott
2013-03-21
*
Add notify hooks for various events, the functions are currently empty
Nicholas Marriott
2012-03-17
*
Store sessions in an RB tree by name rather than a list, this is tidier
Nicholas Marriott
2010-12-21
*
There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't
Nicholas Marriott
2010-11-22
*
Having a list of winlinks->alerts for each session is stupid, just store
Nicholas Marriott
2010-06-21
*
Don't allow locked or suspended clients to limit the size of active clients.
Nicholas Marriott
2009-09-24
*
Improved layout code.
Nicholas Marriott
2009-07-19
*
Get rid of the PANE_HIDDEN flag in favour of a function, and moving the
Nicholas Marriott
2009-07-14
*
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott
2009-06-01