- 58e8e0e Fix up window reference counting and don't crash if the rename timer by Nicholas Marriott · 12 years ago
- a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 63f5c38 Clear flags across all sessions, from Thomas Adam. by Nicholas Marriott · 12 years ago
- f51c55c Use default-shell not _PATH_BSHELL to spawn commands, pointed out by by Nicholas Marriott · 12 years ago
- 631d6b5 Do not fire name timer when automatic-rename is off, from Tim Ruehsen a by Nicholas Marriott · 13 years ago
- c829bdf Minor style nits - return (). by Nicholas Marriott · 13 years ago
- 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
- 5672f2c Check changes_timer with event_initialized before event_del. by Nicholas Marriott · 13 years ago
- f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
- 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
- d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
- 8363d19 Move window name changes into wrapper function window_set_name, from by Nicholas Marriott · 13 years ago
- 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
- 9bbc63e Call bufferevent_free before closing file descriptor associated with it by Nicholas Marriott · 13 years ago
- 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- e6a59c4 Reject $SHELL if it is not a full path. by Nicholas Marriott · 13 years ago
- f01b719 Add pane-base-index option, from Ben Barbour. by Nicholas Marriott · 13 years ago
- 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
- 0f97ac4 The mouse should only work in copy mode if mode-mouse is set, not just by Nicholas Marriott · 14 years ago
- 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
- 1270f8f Check if the index is in use and fail before creating the child process, by Nicholas Marriott · 14 years ago
- 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
- 2231e72 Add a function to create window flags rather than doing the same thing by Nicholas Marriott · 14 years ago
- e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
- 503edae Don't allow last and active window to become the same - a very bad move by Nicholas Marriott · 14 years ago
- 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
- a3efd2a When removing a pane, don't change the active pane unless the active by Nicholas Marriott · 14 years ago
- f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
- f69ce39 When destroying a pane, reset any mode (which reenables pane by Nicholas Marriott · 14 years ago
- e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
- 43355fa Make pane/window wrapping more logical (so with 10 windows, +10 from by Nicholas Marriott · 14 years ago
- 386849e Extend the -t:+ and -t:- window targets for next and previous window to by Nicholas Marriott · 14 years ago
- 4f5c5b3 Pass in the session, rather than the client, to window modes' key() by Nicholas Marriott · 15 years ago
- c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 15 years ago
- af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 15 years ago
- ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 15 years ago
- b02cd35 Run job commands explicitly in the global enviroment (which can be by Nicholas Marriott · 15 years ago
- 7425122 Squash a function that is only called in a callback into the callback function. by Nicholas Marriott · 15 years ago
- 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
- 4baafd8 New input parser based on http://vt100.net/emu/dec_ansi_parser. by Nicholas Marriott · 15 years ago
- 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
- 33b337f Change status line drawing to create the window list in a separate screen and by Nicholas Marriott · 15 years ago
- 8e47966 Destroy panes immediately rather than checking them all every loop. by Nicholas Marriott · 15 years ago
- 44d6a2c Change window name change to use a timer event rather than a gettimeofday() by Nicholas Marriott · 15 years ago
- a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
- 91ad830 Switch window pane pipe redirect fd over to a bufferevent. by Nicholas Marriott · 15 years ago
- abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
- fd35b6f Only redraw the pane when changing mode, not the entire window. by Nicholas Marriott · 15 years ago
- 2afe395 Stop updating the screen when not in output mode, stops copy mode getting by Nicholas Marriott · 15 years ago
- 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
- 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
- 2988c59 Accept key and mouse input for keys in zombified windows if they are in a mode.. by Nicholas Marriott · 15 years ago
- 4658c06 New option, mouse-select-pane. If on, the mouse may be used to select the by Nicholas Marriott · 15 years ago
- 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
- 3af09ac Add a simple synchronize-panes window option: when set, all input to any pane by Nicholas Marriott · 15 years ago
- 273f1b3 Regularise some fatal messages. by Nicholas Marriott · 15 years ago
- 5c60162 Rather than constructing an entire termios struct from ttydefaults.h, just let by Nicholas Marriott · 15 years ago
- c089e19 If forking a login shell or if SHELL is otherwise not useful, set it to the by Nicholas Marriott · 15 years ago
- 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
- 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
- 52793e7 When creating a new session from the command-line where there is an external by Nicholas Marriott · 15 years ago
- 9a52ef0 When started as the shell, __progname contains a leading -, so hardcode "tmux" by Nicholas Marriott · 15 years ago
- 4310282 Have the client pass its stdin fd to the server when identifying itself and by Nicholas Marriott · 15 years ago
- 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
- 2da4864 If select-layout is not given an argument, repply the last layout used in the by Nicholas Marriott · 15 years ago
- 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