- d451502 Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. by nicm · 10 years ago
- 900f6fc Tidy up some includes. by nicm · 10 years ago
- 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
- 48478ea Remove log_debug2 as well and simplify log.c. by nicm · 11 years ago
- 81db6ba Leftovers from removing 88 colour support, from Theo Buehler. by nicm · 11 years ago
- 938768e Do not attempt to read .tmux.conf if we can't figure out a home by nicm · 11 years ago
- adc1f21 Three small changes from Tiago Cunha: by nicm · 11 years ago
- c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
- 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
- eb26dbd Merge IDENTIFY_* flags with CLIENT_* flags. by nicm · 11 years ago
- e4dc156 Don't treat TMUX_TMPDIR as a potential file by nicm · 11 years ago
- 9f33089 Fix previous not to leak fd on failure, whoops. by nicm · 11 years ago
- 3d8a8ea Use open(".")/fchdir() to save and restore current directory rather than by nicm · 11 years ago
- e323101 Rename global configuration define. by Nicholas Marriott · 12 years ago
- 7f9b225 Call setlocale(LC_TIME) at startup. by Nicholas Marriott · 12 years ago
- 7f63658 Add TMUX_TMPDIR variable to put the socket directory outside by Nicholas Marriott · 12 years ago
- 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
- 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- 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