aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAge
* Change default_window_name to use window_default_command if the actual cmd isNicholas Marriott2009-07-02
* Using -l to specify a login shell is non-POSIX and causes problems with shellsNicholas Marriott2009-07-01
* More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.Nicholas Marriott2009-06-25
* Restore $Id$ and add script to do so.Nicholas Marriott2009-06-25
* Miscellaneous unused functions, including one which was basically aNicholas Marriott2009-06-25
* Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott2009-06-25
* Add a dedicated function to convert a line into a string and use it to simpli...Nicholas Marriott2009-06-25
* If a pane is "zombified" (remain-on-exit flag), don't continue to queue key andNicholas Marriott2009-06-25
* strdup the input to putenv to avoid in one case passing a string that is laterNicholas Marriott2009-06-25
* - New window option monitor-content to search for a string in a window, andTiago Cunha2009-05-19
* Clean up manual layout code:Nicholas Marriott2009-05-18
* putenv can be char *.Nicholas Marriott2009-05-15
* It is HAVE_PTY_H, also add a cast to shut gcc up.Nicholas Marriott2009-05-14
* Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott2009-05-13
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* Adjust mouse for x offset.Nicholas Marriott2009-04-01
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-04-01
* break-pane command to split a pane off into a new window; bound to ! by default.Nicholas Marriott2009-03-07
* Doh. Set a message when pane is too small rather than dying...Nicholas Marriott2009-03-01
* Looking up argv[0] is expensive, so just use p_comm for the window name which...Nicholas Marriott2009-02-13
* Reset name when clearing mode.Nicholas Marriott2009-02-12
* Don't try to change the window name unless the pid of the process chosen hasNicholas Marriott2009-02-09
* Continue process if suspended.Nicholas Marriott2009-02-08
* * 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