1. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  2. eb26dbd Merge IDENTIFY_* flags with CLIENT_* flags. by nicm · 11 years ago
  3. e4dc156 Don't treat TMUX_TMPDIR as a potential file by nicm · 11 years ago
  4. 9f33089 Fix previous not to leak fd on failure, whoops. by nicm · 11 years ago
  5. 3d8a8ea Use open(".")/fchdir() to save and restore current directory rather than by nicm · 11 years ago
  6. e323101 Rename global configuration define. by Nicholas Marriott · 11 years ago
  7. 7f9b225 Call setlocale(LC_TIME) at startup. by Nicholas Marriott · 12 years ago
  8. 7f63658 Add TMUX_TMPDIR variable to put the socket directory outside by Nicholas Marriott · 12 years ago
  9. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  10. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  11. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
  12. d762ced Call realpath earlier on the socket directory path rather than on the by Nicholas Marriott · 12 years ago
  13. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  14. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  15. 021e95b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  16. 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 12 years ago
  17. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  18. 7ff4cf9 Try to resolve relative paths for loadb and saveb (first using client by Nicholas Marriott · 13 years ago
  19. b32254a Ignore LC_ALL and LC_CTYPE if they are empty as well as unset. by Nicholas Marriott · 13 years ago
  20. e6a59c4 Reject $SHELL if it is not a full path. by Nicholas Marriott · 13 years ago
  21. d5ed5fb Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed by Nicholas Marriott · 14 years ago
  22. b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
  23. b3438c8 Use TMPDIR if set, from Han Boetes. by Nicholas Marriott · 14 years ago
  24. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  25. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  26. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  27. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  28. c198664 Add other-pane-height and other-pane-width options, allowing the width by Nicholas Marriott · 14 years ago
  29. 1f18523 In the built-in layouts, distribute the panes more evenly. Set the by Nicholas Marriott · 14 years ago
  30. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  31. ebd0eb4 If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys to vi. by Nicholas Marriott · 14 years ago
  32. e4e7286 Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. by Nicholas Marriott · 14 years ago
  33. 248fb14 Merge the before and after attach client code into one in client.c by Nicholas Marriott · 14 years ago
  34. 3195433 Make stdio blocking again before calling shell command with -c. by Nicholas Marriott · 14 years ago
  35. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  36. 65ff5b0 Use an explicit event rather than event_once for the main event so it by Nicholas Marriott · 14 years ago
  37. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  38. e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
  39. 4274a7e switch back to kqueue for now, since (a) kqueue has been fixed to deal by Theo Deraadt · 14 years ago
  40. bf09b00 kqueue(2) is currently broken when used with /dev/null and a few other devices. by Nicholas Marriott · 14 years ago
  41. b9c873c Return the command client return code with MSG_EXIT now that MSG_ERROR and by Nicholas Marriott · 14 years ago
  42. 76bbdeb Send all three of stdin, stdout, stderr from the client to the server, so that by Nicholas Marriott · 14 years ago
  43. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  44. 26524c9 New option, detach-on-destroy, to set what happens to a client when the session by Nicholas Marriott · 14 years ago
  45. 42e2413 Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed by Nicholas Marriott · 14 years ago
  46. d911279 Colour+attribute options for status line alerts, from Alex Alexander. by Nicholas Marriott · 14 years ago
  47. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 14 years ago
  48. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 14 years ago
  49. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 14 years ago
  50. 99e54f4 Make the active pane border have a green foreground instead of by Nicholas Marriott · 14 years ago
  51. 67dd5df Catch SIGCHLD to avoid a zombie, from patrick keshishian. by Nicholas Marriott · 15 years ago
  52. 6767072 Option to set the characters considered word separators in copy mode, from by Nicholas Marriott · 15 years ago
  53. 11dedde Add an option to disable the smcup/rmcup alternate screen behaviour inside by Nicholas Marriott · 15 years ago
  54. 0a86d35 Change nested check to compare server socket path rather than just assuming by Nicholas Marriott · 15 years ago
  55. 4a5017d Clean up $TMUX parsing, from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  56. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  57. 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
  58. 604b02c Option to display the active pane in a different colour with the display-panes by Nicholas Marriott · 15 years ago
  59. 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
  60. 30962cb New server option, escape-time, to set the timeout used to detect if escapes by Nicholas Marriott · 15 years ago
  61. 3f58cba Use quiet variable, and add missing sentinel to options array. by Nicholas Marriott · 15 years ago
  62. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  63. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  64. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  65. 543fb99 Two new options, window-status-format and window-status-current-format, which by Nicholas Marriott · 15 years ago
  66. 4a38189 Revert to xterm-keys off by default. It was on as an experiment to see if the by Nicholas Marriott · 15 years ago
  67. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  68. 15b9946 There is no real standard for modifier plus function keys. Previously, tmux by Nicholas Marriott · 15 years ago
  69. ea8c8c5 A couple of minor cosmetic changes. by Nicholas Marriott · 15 years ago
  70. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  71. d2dfbef Change declaration and use of malloc_options to be more standard, from Tim van by Nicholas Marriott · 15 years ago
  72. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  73. 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
  74. eb0c33c Merge prepare_cmd into main as it is short and only called once. by Nicholas Marriott · 15 years ago
  75. 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in by Nicholas Marriott · 15 years ago
  76. 4658c06 New option, mouse-select-pane. If on, the mouse may be used to select the by Nicholas Marriott · 15 years ago
  77. b7d031c Support for individual session idle time locking. May be enabled by turning off by Nicholas Marriott · 15 years ago
  78. 3af09ac Add a simple synchronize-panes window option: when set, all input to any pane by Nicholas Marriott · 15 years ago
  79. 9200a0b Support -c like sh(1) to execute a command, useful when tmux is a login by Nicholas Marriott · 15 years ago
  80. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  81. 96dd3e8 Permit multiple prefix keys to be defined, separated by commas, for example: by Nicholas Marriott · 15 years ago
  82. 63d499f New option, set-titles-string, to allow the window title to be specified (as by Nicholas Marriott · 15 years ago
  83. 83af55b Tidy main and make it a bit easier to read. by Nicholas Marriott · 15 years ago
  84. 74c35c5 Accept -l to make it easier for people who use tmux as a login shell to use by Nicholas Marriott · 15 years ago
  85. c5ac257 When incorrect passwords are entered, behave similarly to login(1) and backoff by Nicholas Marriott · 15 years ago
  86. 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
  87. f8aa582 Use "Password:" with no space for password prompts and don't display a *s for by Nicholas Marriott · 15 years ago
  88. 34bb735 Sort cases same as getopt argument, from martynas. by Nicholas Marriott · 15 years ago
  89. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  90. 90400ae Add some other obvious variables to update-environment (WINDOWID SSH_ASKPASS by Nicholas Marriott · 15 years ago
  91. 375be90 Disable mode-mouse (mouse in copy/choice mode) by default as it isn't very by Nicholas Marriott · 15 years ago
  92. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  93. 9a52ef0 When started as the shell, __progname contains a leading -, so hardcode "tmux" by Nicholas Marriott · 15 years ago
  94. f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
  95. edcb22a No arguments are the same as new-session and this requires the environment to by Nicholas Marriott · 15 years ago
  96. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  97. 90f8151 Options to set the colours and attributes for status-left/-right. From Thomas by Nicholas Marriott · 15 years ago
  98. bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago
  99. 93bf2a1 Check for "UTF8" as well as "UTF-8" in LANG etc as it seems this may also by Nicholas Marriott · 15 years ago
  100. 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 15 years ago