Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
c6dac5c3c96ecbc43abc3de16bdcb6569141c379
/
window.c
5ee8443
window_add_pane cannot fail, so remove the unused cause argument and don't
by Nicholas Marriott
· 15 years ago
76a9d98
Make some functions which return unused values void (mostly found by lint) and
by Nicholas Marriott
· 15 years ago
6036bdd
Improved layout code.
by Nicholas Marriott
· 15 years ago
6f5150a
- New command display-message (alias display) to display a message in the
by Nicholas Marriott
· 15 years ago
9601b72
The man page says that kill-window removes the window entirely, unlinking it
by Nicholas Marriott
· 15 years ago
e76caa0
Don't accept input to a window if it not visible.
by Nicholas Marriott
· 15 years ago
fe20c0d
Get rid of the PANE_HIDDEN flag in favour of a function, and moving the
by Nicholas Marriott
· 15 years ago
3592859
Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full
by Nicholas Marriott
· 15 years ago
084d07f
Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX,
by Nicholas Marriott
· 15 years ago
923ccfa
Rename the global options variables to be shorter and to make session options
by Nicholas Marriott
· 15 years ago
1675ddb
Miscellaneous unused functions, including one which was basically a
by Nicholas Marriott
· 15 years ago
7e796de
Change find-window and monitor-content to use fnmatch(3). For convenience and
by Nicholas Marriott
· 15 years ago
096cbf2
Add a dedicated function to convert a line into a string and use it to simplify the search window function.
by Nicholas Marriott
· 15 years ago
69f3c24
If a pane is "zombified" (remain-on-exit flag), don't continue to queue key and
by Nicholas Marriott
· 15 years ago
a3c3284
strdup the input to putenv to avoid in one case passing a string that is later
by Nicholas Marriott
· 15 years ago
35876ea
Import tmux, a terminal multiplexor allowing (among other things) a single
by Nicholas Marriott
· 15 years ago