summaryrefslogtreecommitdiffstats
path: root/window.c
AgeCommit message (Expand)Author
2009-09-16Sync from OpenBSD:Nicholas Marriott
2009-09-02Sync OpenBSD patchset 306:Tiago Cunha
2009-09-02Sync OpenBSD patchset 305:Tiago Cunha
2009-08-16Sync OpenBSD patchset 257:Tiago Cunha
2009-08-16Sync OpenBSD patchset 254:Tiago Cunha
2009-08-14Sync OpenBSD patchset 249:Tiago Cunha
2009-08-14Sync OpenBSD patchset 246:Tiago Cunha
2009-08-09Sync OpenBSD patchset 231:Tiago Cunha
2009-07-28Sync OpenBSD patchset 191:Tiago Cunha
2009-07-23Sync OpenBSD patchset 165:Tiago Cunha
2009-07-22Sync OpenBSD patchset 155:Tiago Cunha
2009-07-22OpenSolaris ioctl(TIOCSWINSZ) appears to be broken and can return EINVAL hereNicholas Marriott
2009-07-20Sync OpenBSD patchset 142:Tiago Cunha
2009-07-17- New command display-message (alias display) to display a message in theTiago Cunha
2009-07-15The man page says that kill-window removes the window entirely, unlinking itNicholas Marriott
2009-07-15Don't accept input to a window if it not visible.Nicholas Marriott
2009-07-15Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott
2009-07-14Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullNicholas Marriott
2009-07-08Fix $Id$.Nicholas Marriott
2009-07-08Rename the global options variables to be shorter and to make session optionsNicholas Marriott
2009-07-02Change default_window_name to use window_default_command if the actual cmd isNicholas Marriott
2009-07-01Using -l to specify a login shell is non-POSIX and causes problems with shellsNicholas Marriott
2009-06-25More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Miscellaneous unused functions, including one which was basically aNicholas Marriott
2009-06-25Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott
2009-06-25Add a dedicated function to convert a line into a string and use it to simpli...Nicholas Marriott
2009-06-25If a pane is "zombified" (remain-on-exit flag), don't continue to queue key andNicholas Marriott
2009-06-25strdup the input to putenv to avoid in one case passing a string that is laterNicholas Marriott
2009-05-19- New window option monitor-content to search for a string in a window, andTiago Cunha
2009-05-18Clean up manual layout code:Nicholas Marriott
2009-05-15putenv can be char *.Nicholas Marriott
2009-05-14It is HAVE_PTY_H, also add a cast to shut gcc up.Nicholas Marriott
2009-05-13Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-01Adjust mouse for x offset.Nicholas Marriott
2009-04-01Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott
2009-03-07break-pane command to split a pane off into a new window; bound to ! by default.Nicholas Marriott
2009-03-01Doh. Set a message when pane is too small rather than dying...Nicholas Marriott
2009-02-13Looking up argv[0] is expensive, so just use p_comm for the window name which...Nicholas Marriott
2009-02-12Reset name when clearing mode.Nicholas Marriott
2009-02-09Don't try to change the window name unless the pid of the process chosen hasNicholas Marriott
2009-02-08Continue process if suspended.Nicholas Marriott
2009-01-28* Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott
2009-01-26Be more clever about picking window name.Nicholas Marriott
2009-01-23Better error messages for fork.Nicholas Marriott
2009-01-21Bring back -p and -l to splitw to specify height as % or nlines.Nicholas Marriott
2009-01-20Try to change the window title to match the command running it in. This is doneNicholas Marriott
2009-01-18-a flags to next/previous window.Nicholas Marriott
2009-01-14Multiple window splitting.Nicholas Marriott