1. be0c79f Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg by Nicholas Marriott · 16 years ago
  2. f5f04a9 * New session flag "set-remain-on-exit" to set remain-on-exit flag for new windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847. by Nicholas Marriott · 16 years ago
  3. e6d35b6 Support for 88 colour terminals. by Nicholas Marriott · 16 years ago
  4. 95c8c04 Redo mode keys slightly more cleanly and apply them to command prompt editing. vi or emacs mode is controlled by the session option status-keys. by Nicholas Marriott · 16 years ago
  5. b235815 Don't close fds, so error message appears. by Nicholas Marriott · 16 years ago
  6. 62d2ab3 Continue process if suspended. by Nicholas Marriott · 16 years ago
  7. 882316a Set colour of window entry in status line based on window options. by Nicholas Marriott · 16 years ago
  8. c6bd9e2 Allow status, mode and message attributes to be changed by three new options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink by Nicholas Marriott · 16 years ago
  9. 3f17191 Return 1 on error. Doh. by Nicholas Marriott · 16 years ago
  10. 392e135 Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up by Nicholas Marriott · 16 years ago
  11. 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
  12. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  13. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  14. 5aa3098 Support #S #H in status-left/right. by Nicholas Marriott · 16 years ago
  15. 97fef89 Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. by Nicholas Marriott · 16 years ago
  16. bc56751 Disable lock-after-time by default. by Nicholas Marriott · 16 years ago
  17. 78f7e6d Turn off prefix-time for the moment, it is too annoying. by Nicholas Marriott · 16 years ago
  18. 60bfaf5 prefix-time option to allow multiple commands without additional prefixes. by Nicholas Marriott · 16 years ago
  19. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  20. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  21. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  22. fd05d07 Change server-info format. by Nicholas Marriott · 16 years ago
  23. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  24. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  25. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
  26. ed1031b Update key handling code. Simplify, support ctrl properly and add a new window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. by Nicholas Marriott · 16 years ago
  27. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  28. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  29. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
  30. 8f163b8 Support dfly, from joshe. by Nicholas Marriott · 16 years ago
  31. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  32. 9e57336 Style tweaks. by Nicholas Marriott · 16 years ago
  33. 62457bc Trim. by Nicholas Marriott · 16 years ago
  34. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
  35. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  36. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  37. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  38. 8ed403e Tidy logging and lose stdout hacks for _info. by Nicholas Marriott · 16 years ago
  39. 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
  40. b881ff9 Sync use from priteau. by Nicholas Marriott · 16 years ago
  41. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  42. b69f4a3 Split internal status-colour into status-fg/status-bg options and lose workarounds in set-option stuff. by Nicholas Marriott · 16 years ago
  43. 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
  44. c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 16 years ago
  45. 3128de3 buffer-limit option. by Nicholas Marriott · 16 years ago
  46. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
  47. a1db273 display-time option to set message display time. by Nicholas Marriott · 16 years ago
  48. 73d1558 status-lines -> status, prefix-key -> prefix by Nicholas Marriott · 16 years ago
  49. c3b7a49 Editable prompt. Not used for anything yet. More to come. by Nicholas Marriott · 16 years ago
  50. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  51. be53d7f More Sun OS crap. by Nicholas Marriott · 16 years ago
  52. 19b7946 Start of Solaris port. by Nicholas Marriott · 16 years ago
  53. 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 16 years ago
  54. 6c23e89 Sort options from Pierre Riteau. by Nicholas Marriott · 16 years ago
  55. 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
  56. 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
  57. 6a187bb Some Linux fixes; some code tidying. Don't redraw status bar so often. by Nicholas Marriott · 16 years ago
  58. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  59. 811e75d Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval). by Nicholas Marriott · 16 years ago
  60. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  61. 73c9b25 It is too easy to create things in the same second; use a timespec instead. by Nicholas Marriott · 16 years ago
  62. f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
  63. a26f58c Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. by Nicholas Marriott · 16 years ago
  64. c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago
  65. 2bc8108 Save term data in a linked list and reuse it. by Nicholas Marriott · 17 years ago
  66. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  67. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  68. 9c58443 history-limit option. by Nicholas Marriott · 17 years ago
  69. da21ac9 Work around Linux realpath breakage. by Nicholas Marriott · 17 years ago
  70. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  71. 4309d65 realpath the socket path; also sprinkle some const. by Nicholas Marriott · 17 years ago
  72. 0b832ea -V option to show tmux version. by Nicholas Marriott · 17 years ago
  73. 1f10f6e Close memory leaks. by Nicholas Marriott · 17 years ago
  74. f941d27 Save/restore errno, free pfd buffer. by Nicholas Marriott · 17 years ago
  75. 688a487 Lift last MAXNAMELEN limit on -s argument. by Nicholas Marriott · 17 years ago
  76. f2f1b8f Add default-command option and change default to be $SHELL rather than $SHELL -l. Also try to read shell from passwd db if $SHELL isn't present. by Nicholas Marriott · 17 years ago
  77. 97e8b94 cctx should be 0. by Nicholas Marriott · 17 years ago
  78. de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
  79. d4330f5 Init signals here to pick up zombie. by Nicholas Marriott · 17 years ago
  80. 37f17a7 Warn and bork on nested sessions ($TMUX exists). by Nicholas Marriott · 17 years ago
  81. 7ec5be3 set status, status-fg, status-bg. by Nicholas Marriott · 17 years ago
  82. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  83. ff56ed7 Nuke ?. by Nicholas Marriott · 17 years ago
  84. c3e049c Tweak error msgs. by Nicholas Marriott · 17 years ago
  85. 001e2d1 __progname in error msg. by Nicholas Marriott · 17 years ago
  86. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  87. ab6170d Use exec on default shell command. by Nicholas Marriott · 17 years ago
  88. aaa98ab Rename some bits. by Nicholas Marriott · 17 years ago
  89. fe06744 String/number arguments.. by Nicholas Marriott · 17 years ago
  90. dadc56d Key binding, unbinding. by Nicholas Marriott · 17 years ago
  91. 7ccdbf3 Sprinkle some const. by Nicholas Marriott · 17 years ago
  92. 91eb920 Warn on ambiguous commands. by Nicholas Marriott · 17 years ago
  93. bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago
  94. d2e035f Added window renaming support (tmux rename) by Maximilian Gass · 17 years ago
  95. a73deec Erm, check the right length for short cmds. by Nicholas Marriott · 17 years ago
  96. 58affec Split list into ls/lsw. by Nicholas Marriott · 17 years ago
  97. 3fa8f16 Adjust $TMUX environ var to include session index, and don't compact session list on release. Also fix some argument types. by Nicholas Marriott · 17 years ago
  98. 187648e -S for socket, -s for session. by Nicholas Marriott · 17 years ago
  99. 2a3e209 Extend op string and add potential for a single alias. by Nicholas Marriott · 17 years ago
  100. 8d01984 Restore list command. by Nicholas Marriott · 17 years ago