aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAge
* * Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott2009-01-28
* Be more clever about picking window name.Nicholas Marriott2009-01-26
* Better error messages for fork.Nicholas Marriott2009-01-23
* Bring back -p and -l to splitw to specify height as % or nlines.Nicholas Marriott2009-01-21
* Try to change the window title to match the command running it in. This is doneNicholas Marriott2009-01-20
* -a flags to next/previous window.Nicholas Marriott2009-01-18
* Multiple window splitting.Nicholas Marriott2009-01-14
* kill-pane command.Nicholas Marriott2009-01-13
* Make the window pane code handle panes of different sizes, and add a -l and -...Nicholas Marriott2009-01-12
* Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott2009-01-11
* Pick up cwd from environment,.Nicholas Marriott2009-01-10
* Change server-info format.Nicholas Marriott2009-01-10
* Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott2008-12-08
* Keep stack of previous windows.Nicholas Marriott2008-11-16
* Trim.Nicholas Marriott2008-09-26
* Rename some functions.Nicholas Marriott2008-09-10
* long for pid.Nicholas Marriott2008-07-01
* Document zombie window stuff.Nicholas Marriott2008-06-30
* Zombie windows, requested by Will Maier.Nicholas Marriott2008-06-29
* Swap in new paste buffer code and add a couple more commands.Nicholas Marriott2008-06-20
* Trimify.Nicholas Marriott2008-06-18
* More Sun OS crap.Nicholas Marriott2008-06-18
* Start of Solaris port.Nicholas Marriott2008-06-18
* New window options: force-width and force-height. This will force a window toNicholas Marriott2008-06-14
* ifdef RB_PREV since 4.3 misses it too.Nicholas Marriott2008-06-04
* Disable/enable window activity monitoring with set-window-option command.Nicholas Marriott2008-06-04
* Per-session configuration options.Nicholas Marriott2008-06-03
* tree.h has RB_PREV now, yay!Nicholas Marriott2008-06-03
* Don't hang when window closes early; also add lots more debugging.Nicholas Marriott2008-05-31
* Don't attempt to reset tty if it is dead.Nicholas Marriott2008-01-02
* set/reset mode window functions.Nicholas Marriott2007-12-06
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
* Sort out cursors with a new flag - BACKGROUND - for window modes. Free text o...Nicholas Marriott2007-11-21
* Redo screen.c functions to make them readable and more flexible. Make scroll ...Nicholas Marriott2007-11-21
* Horizontal history/scrolling.Nicholas Marriott2007-11-21
* Initial history support.Nicholas Marriott2007-11-21
* Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display...Nicholas Marriott2007-11-20
* Try write even if read gets signal, some other tweaks.Nicholas Marriott2007-11-07
* Make it build/run on Linux.Nicholas Marriott2007-10-31
* Reorg window data structures. Add an intermediate data type (struct winlink) ...Nicholas Marriott2007-10-26
* Handle DSR for resize(1).Nicholas Marriott2007-10-24
* A couple of close-on-exec flags.Nicholas Marriott2007-10-24
* Don't need ttydefchars here.Nicholas Marriott2007-10-23
* FreeBSD's util.h is libutil.h.Nicholas Marriott2007-10-19
* Wrong size.Nicholas Marriott2007-10-04
* New window command.Nicholas Marriott2007-10-03
* Skip exec on cmds. Also use xmemstrdup where appropriate.Nicholas Marriott2007-10-03
* Move command handling into the server and tidy up some bits.Nicholas Marriott2007-10-03
* Destroy screens properly.Nicholas Marriott2007-10-01