aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAge
* Sync OpenBSD patchset 165:Tiago Cunha2009-07-23
* Sync OpenBSD patchset 155:Tiago Cunha2009-07-22
* OpenSolaris ioctl(TIOCSWINSZ) appears to be broken and can return EINVAL hereNicholas Marriott2009-07-22
* Sync OpenBSD patchset 142:Tiago Cunha2009-07-20
* - New command display-message (alias display) to display a message in theTiago Cunha2009-07-17
* The man page says that kill-window removes the window entirely, unlinking itNicholas Marriott2009-07-15
* Don't accept input to a window if it not visible.Nicholas Marriott2009-07-15
* Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott2009-07-15
* Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullNicholas Marriott2009-07-14
* Fix $Id$.Nicholas Marriott2009-07-08
* Rename the global options variables to be shorter and to make session optionsNicholas Marriott2009-07-08
* 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