- 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
- d762ced Call realpath earlier on the socket directory path rather than on the by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
- 021e95b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
- 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 13 years ago
- 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
- 7ff4cf9 Try to resolve relative paths for loadb and saveb (first using client by Nicholas Marriott · 13 years ago
- b32254a Ignore LC_ALL and LC_CTYPE if they are empty as well as unset. by Nicholas Marriott · 13 years ago
- e6a59c4 Reject $SHELL if it is not a full path. by Nicholas Marriott · 13 years ago
- d5ed5fb Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed by Nicholas Marriott · 14 years ago
- b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
- b3438c8 Use TMPDIR if set, from Han Boetes. 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
- ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
- 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
- cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
- c198664 Add other-pane-height and other-pane-width options, allowing the width by Nicholas Marriott · 14 years ago
- 1f18523 In the built-in layouts, distribute the panes more evenly. Set the 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
- ebd0eb4 If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys to vi. by Nicholas Marriott · 14 years ago
- e4e7286 Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. by Nicholas Marriott · 14 years ago
- 248fb14 Merge the before and after attach client code into one in client.c by Nicholas Marriott · 14 years ago
- 3195433 Make stdio blocking again before calling shell command with -c. 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
- 65ff5b0 Use an explicit event rather than event_once for the main event so it by Nicholas Marriott · 14 years ago
- 9a7cde0 Two new options: 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
- 4274a7e switch back to kqueue for now, since (a) kqueue has been fixed to deal by Theo Deraadt · 14 years ago
- bf09b00 kqueue(2) is currently broken when used with /dev/null and a few other devices. by Nicholas Marriott · 14 years ago
- b9c873c Return the command client return code with MSG_EXIT now that MSG_ERROR and by Nicholas Marriott · 14 years ago
- 76bbdeb Send all three of stdin, stdout, stderr from the client to the server, so that by Nicholas Marriott · 14 years ago
- 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
- 26524c9 New option, detach-on-destroy, to set what happens to a client when the session by Nicholas Marriott · 14 years ago
- 42e2413 Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed by Nicholas Marriott · 14 years ago
- d911279 Colour+attribute options for status line alerts, from Alex Alexander. 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
- 99e54f4 Make the active pane border have a green foreground instead of by Nicholas Marriott · 15 years ago
- 67dd5df Catch SIGCHLD to avoid a zombie, from patrick keshishian. by Nicholas Marriott · 15 years ago
- 6767072 Option to set the characters considered word separators in copy mode, from by Nicholas Marriott · 15 years ago
- 11dedde Add an option to disable the smcup/rmcup alternate screen behaviour inside by Nicholas Marriott · 15 years ago
- 0a86d35 Change nested check to compare server socket path rather than just assuming by Nicholas Marriott · 15 years ago
- 4a5017d Clean up $TMUX parsing, from Micah Cowan, tweaked by me. 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
- e7c6f81 Read the path from $TMUX if it is present and -L and -S are not given. Based on by Nicholas Marriott · 15 years ago
- 604b02c Option to display the active pane in a different colour with the display-panes by Nicholas Marriott · 15 years ago
- 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
- 30962cb New server option, escape-time, to set the timeout used to detect if escapes by Nicholas Marriott · 15 years ago
- 3f58cba Use quiet variable, and add missing sentinel to options array. by Nicholas Marriott · 15 years ago
- a4c9a80 Add "server options" which are server-wide and not bound to a session or 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
- 543fb99 Two new options, window-status-format and window-status-current-format, which by Nicholas Marriott · 15 years ago
- 4a38189 Revert to xterm-keys off by default. It was on as an experiment to see if the by Nicholas Marriott · 15 years ago
- 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
- 15b9946 There is no real standard for modifier plus function keys. Previously, tmux by Nicholas Marriott · 15 years ago
- ea8c8c5 A couple of minor cosmetic changes. by Nicholas Marriott · 15 years ago
- abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
- d2dfbef Change declaration and use of malloc_options to be more standard, from Tim van by Nicholas Marriott · 15 years ago
- ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
- 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
- eb0c33c Merge prepare_cmd into main as it is short and only called once. by Nicholas Marriott · 15 years ago
- 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in 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
- b7d031c Support for individual session idle time locking. May be enabled by turning off 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
- 9200a0b Support -c like sh(1) to execute a command, useful when tmux is a login by Nicholas Marriott · 15 years ago
- b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
- 96dd3e8 Permit multiple prefix keys to be defined, separated by commas, for example: by Nicholas Marriott · 15 years ago
- 63d499f New option, set-titles-string, to allow the window title to be specified (as by Nicholas Marriott · 15 years ago
- 83af55b Tidy main and make it a bit easier to read. by Nicholas Marriott · 15 years ago
- 74c35c5 Accept -l to make it easier for people who use tmux as a login shell to use by Nicholas Marriott · 15 years ago
- c5ac257 When incorrect passwords are entered, behave similarly to login(1) and backoff 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
- f8aa582 Use "Password:" with no space for password prompts and don't display a *s for by Nicholas Marriott · 15 years ago
- 34bb735 Sort cases same as getopt argument, from martynas. by Nicholas Marriott · 15 years ago
- 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
- 90400ae Add some other obvious variables to update-environment (WINDOWID SSH_ASKPASS by Nicholas Marriott · 15 years ago
- 375be90 Disable mode-mouse (mouse in copy/choice mode) by default as it isn't very 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
- 9a52ef0 When started as the shell, __progname contains a leading -, so hardcode "tmux" by Nicholas Marriott · 15 years ago
- f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
- edcb22a No arguments are the same as new-session and this requires the environment to by Nicholas Marriott · 15 years ago
- 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
- 90f8151 Options to set the colours and attributes for status-left/-right. From Thomas by Nicholas Marriott · 15 years ago
- bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago
- 93bf2a1 Check for "UTF8" as well as "UTF-8" in LANG etc as it seems this may also by Nicholas Marriott · 15 years ago
- 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 15 years ago
- a419e73 Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy by Nicholas Marriott · 15 years ago
- c1d6d7a Rename struct hdrtype to msgtype which is a better name and can be used even by Nicholas Marriott · 15 years ago
- d3c4610 Taking account of the "s, 22 not 24 is the maximum length of #T in status-right by Nicholas Marriott · 15 years ago
- 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
- bb14c36 Pass a set of flags into client_init rather than just a start_server by Nicholas Marriott · 15 years ago
- 54afcfb Display the number of failed password attempts (if any) when the server is by Nicholas Marriott · 15 years ago
- b292f71 Add a status-justify option to allow the window list in the status line to be by Nicholas Marriott · 15 years ago
- e32e0d5 New options, window-status-current-{fg,bg,attr}, to set the fg, bg and by Nicholas Marriott · 15 years ago
- fc6a65c Add three new session options: visual-activity, visual-bell, visual-content. If by Nicholas Marriott · 15 years ago
- 7ddba90 If -u is specified or UTF-8 is otherwise detected when the server is started, by Nicholas Marriott · 15 years ago