1. 0d6de44 If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 by nicm · 9 years ago
  2. 1f0b317 Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, by nicm · 9 years ago
  3. e647eeb Remove unused variables, from Michal Mazurek. by nicm · 9 years ago
  4. 26945d7 Use system wcwidth() instead of carrying around UTF-8 width tables. by nicm · 9 years ago
  5. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  6. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
  7. 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
  8. 3ff46b2 Shell command from -c doesn't have to be global, pass it as an argument. by nicm · 9 years ago
  9. c913fb9 Tidy the code that works out the socket path, and just use the full path by nicm · 9 years ago
  10. 8976dac Remove malloc_options DEBUG bit. by nicm · 9 years ago
  11. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  12. 9cccb8c Make the log stuff a bit tidier with some helper functions. by nicm · 9 years ago
  13. 01a2ddf Add getpw to pledge, makes tmux work in YP environments, discovered by by nicm · 9 years ago
  14. fce56c5 Instead of separate tables for different types of options, give each by nicm · 9 years ago
  15. a582b62 Accidentally turned off pledge, turn it back on. by nicm · 9 years ago
  16. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  17. 0cc812a tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client is by nicm · 9 years ago
  18. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  19. 00c34df Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says by nicm · 9 years ago
  20. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  21. 44657bf Move struct options into options.c. by nicm · 9 years ago
  22. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  23. 3034a71 Let's see if anyone screams about not being able to specify $TMPDIR by deraadt · 9 years ago
  24. 5383b04 tmux can call pledge() in main with large set and then reduce it by nicm · 9 years ago
  25. 216ddf3 Move tzset() from log_open to main. by nicm · 9 years ago
  26. 82326dc A couple of style nits. by nicm · 9 years ago
  27. 952ba84 Work out config file when needed not at startup. by nicm · 9 years ago
  28. 6a539c0 Path from $TMUX does not need to be global anymore. by nicm · 9 years ago
  29. c6e9160 Login shell can be a client flag, and move the exec code into client.c. by nicm · 9 years ago
  30. dd92b6e Event base does not need to be global. by nicm · 9 years ago
  31. b87dc60 Some style nits and dead assignments. by nicm · 9 years ago
  32. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  33. dc0d34e tweak SYNOPSIS and usage(); by jmc · 9 years ago
  34. d451502 Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. by nicm · 10 years ago
  35. 900f6fc Tidy up some includes. by nicm · 10 years ago
  36. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  37. 48478ea Remove log_debug2 as well and simplify log.c. by nicm · 11 years ago
  38. 81db6ba Leftovers from removing 88 colour support, from Theo Buehler. by nicm · 11 years ago
  39. 938768e Do not attempt to read .tmux.conf if we can't figure out a home by nicm · 11 years ago
  40. adc1f21 Three small changes from Tiago Cunha: by nicm · 11 years ago
  41. c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
  42. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  43. eb26dbd Merge IDENTIFY_* flags with CLIENT_* flags. by nicm · 11 years ago
  44. e4dc156 Don't treat TMUX_TMPDIR as a potential file by nicm · 11 years ago
  45. 9f33089 Fix previous not to leak fd on failure, whoops. by nicm · 11 years ago
  46. 3d8a8ea Use open(".")/fchdir() to save and restore current directory rather than by nicm · 11 years ago
  47. e323101 Rename global configuration define. by Nicholas Marriott · 11 years ago
  48. 7f9b225 Call setlocale(LC_TIME) at startup. by Nicholas Marriott · 12 years ago
  49. 7f63658 Add TMUX_TMPDIR variable to put the socket directory outside by Nicholas Marriott · 12 years ago
  50. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  51. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  52. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
  53. d762ced Call realpath earlier on the socket directory path rather than on the by Nicholas Marriott · 12 years ago
  54. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  55. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  56. 021e95b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  57. 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 12 years ago
  58. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  59. 7ff4cf9 Try to resolve relative paths for loadb and saveb (first using client by Nicholas Marriott · 13 years ago
  60. b32254a Ignore LC_ALL and LC_CTYPE if they are empty as well as unset. by Nicholas Marriott · 13 years ago
  61. e6a59c4 Reject $SHELL if it is not a full path. by Nicholas Marriott · 13 years ago
  62. d5ed5fb Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed by Nicholas Marriott · 14 years ago
  63. b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
  64. b3438c8 Use TMPDIR if set, from Han Boetes. by Nicholas Marriott · 14 years ago
  65. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  66. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  67. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  68. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  69. c198664 Add other-pane-height and other-pane-width options, allowing the width by Nicholas Marriott · 14 years ago
  70. 1f18523 In the built-in layouts, distribute the panes more evenly. Set the by Nicholas Marriott · 14 years ago
  71. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  72. ebd0eb4 If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys to vi. by Nicholas Marriott · 14 years ago
  73. e4e7286 Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. by Nicholas Marriott · 14 years ago
  74. 248fb14 Merge the before and after attach client code into one in client.c by Nicholas Marriott · 14 years ago
  75. 3195433 Make stdio blocking again before calling shell command with -c. by Nicholas Marriott · 14 years ago
  76. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  77. 65ff5b0 Use an explicit event rather than event_once for the main event so it by Nicholas Marriott · 14 years ago
  78. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  79. e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
  80. 4274a7e switch back to kqueue for now, since (a) kqueue has been fixed to deal by Theo Deraadt · 14 years ago
  81. bf09b00 kqueue(2) is currently broken when used with /dev/null and a few other devices. by Nicholas Marriott · 14 years ago
  82. b9c873c Return the command client return code with MSG_EXIT now that MSG_ERROR and by Nicholas Marriott · 14 years ago
  83. 76bbdeb Send all three of stdin, stdout, stderr from the client to the server, so that by Nicholas Marriott · 14 years ago
  84. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  85. 26524c9 New option, detach-on-destroy, to set what happens to a client when the session by Nicholas Marriott · 14 years ago
  86. 42e2413 Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed by Nicholas Marriott · 14 years ago
  87. d911279 Colour+attribute options for status line alerts, from Alex Alexander. by Nicholas Marriott · 14 years ago
  88. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 14 years ago
  89. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 14 years ago
  90. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 14 years ago
  91. 99e54f4 Make the active pane border have a green foreground instead of by Nicholas Marriott · 14 years ago
  92. 67dd5df Catch SIGCHLD to avoid a zombie, from patrick keshishian. by Nicholas Marriott · 15 years ago
  93. 6767072 Option to set the characters considered word separators in copy mode, from by Nicholas Marriott · 15 years ago
  94. 11dedde Add an option to disable the smcup/rmcup alternate screen behaviour inside by Nicholas Marriott · 15 years ago
  95. 0a86d35 Change nested check to compare server socket path rather than just assuming by Nicholas Marriott · 15 years ago
  96. 4a5017d Clean up $TMUX parsing, from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  97. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  98. 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
  99. 604b02c Option to display the active pane in a different colour with the display-panes by Nicholas Marriott · 15 years ago
  100. 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago