1. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  2. 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
  3. eb0c33c Merge prepare_cmd into main as it is short and only called once. by Nicholas Marriott · 15 years ago
  4. 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in by Nicholas Marriott · 15 years ago
  5. 4658c06 New option, mouse-select-pane. If on, the mouse may be used to select the by Nicholas Marriott · 15 years ago
  6. b7d031c Support for individual session idle time locking. May be enabled by turning off by Nicholas Marriott · 15 years ago
  7. 3af09ac Add a simple synchronize-panes window option: when set, all input to any pane by Nicholas Marriott · 15 years ago
  8. 9200a0b Support -c like sh(1) to execute a command, useful when tmux is a login by Nicholas Marriott · 15 years ago
  9. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  10. 96dd3e8 Permit multiple prefix keys to be defined, separated by commas, for example: by Nicholas Marriott · 15 years ago
  11. 63d499f New option, set-titles-string, to allow the window title to be specified (as by Nicholas Marriott · 15 years ago
  12. 83af55b Tidy main and make it a bit easier to read. by Nicholas Marriott · 15 years ago
  13. 74c35c5 Accept -l to make it easier for people who use tmux as a login shell to use by Nicholas Marriott · 15 years ago
  14. c5ac257 When incorrect passwords are entered, behave similarly to login(1) and backoff by Nicholas Marriott · 15 years ago
  15. 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
  16. f8aa582 Use "Password:" with no space for password prompts and don't display a *s for by Nicholas Marriott · 15 years ago
  17. 34bb735 Sort cases same as getopt argument, from martynas. by Nicholas Marriott · 15 years ago
  18. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  19. 90400ae Add some other obvious variables to update-environment (WINDOWID SSH_ASKPASS by Nicholas Marriott · 15 years ago
  20. 375be90 Disable mode-mouse (mouse in copy/choice mode) by default as it isn't very by Nicholas Marriott · 15 years ago
  21. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  22. 9a52ef0 When started as the shell, __progname contains a leading -, so hardcode "tmux" by Nicholas Marriott · 15 years ago
  23. f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
  24. edcb22a No arguments are the same as new-session and this requires the environment to by Nicholas Marriott · 15 years ago
  25. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  26. 90f8151 Options to set the colours and attributes for status-left/-right. From Thomas by Nicholas Marriott · 15 years ago
  27. bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago
  28. 93bf2a1 Check for "UTF8" as well as "UTF-8" in LANG etc as it seems this may also by Nicholas Marriott · 15 years ago
  29. 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 15 years ago
  30. a419e73 Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy by Nicholas Marriott · 15 years ago
  31. c1d6d7a Rename struct hdrtype to msgtype which is a better name and can be used even by Nicholas Marriott · 15 years ago
  32. d3c4610 Taking account of the "s, 22 not 24 is the maximum length of #T in status-right by Nicholas Marriott · 15 years ago
  33. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  34. bb14c36 Pass a set of flags into client_init rather than just a start_server by Nicholas Marriott · 15 years ago
  35. 54afcfb Display the number of failed password attempts (if any) when the server is by Nicholas Marriott · 15 years ago
  36. b292f71 Add a status-justify option to allow the window list in the status line to be by Nicholas Marriott · 15 years ago
  37. e32e0d5 New options, window-status-current-{fg,bg,attr}, to set the fg, bg and by Nicholas Marriott · 15 years ago
  38. fc6a65c Add three new session options: visual-activity, visual-bell, visual-content. If by Nicholas Marriott · 15 years ago
  39. 7ddba90 If -u is specified or UTF-8 is otherwise detected when the server is started, by Nicholas Marriott · 15 years ago
  40. daa1faa Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
  41. 084d07f Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX, by Nicholas Marriott · 15 years ago
  42. 923ccfa Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  43. dbbb297 If getcwd() fails, use the user's home directory, or /, instead of failing with by Nicholas Marriott · 15 years ago
  44. 40c242a Remove error about using -L and -S together which was never displayed as by Nicholas Marriott · 15 years ago
  45. c2b0fda LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code by Nicholas Marriott · 15 years ago
  46. 18665b8 Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when by Nicholas Marriott · 15 years ago
  47. 38b2c42 Zero the password given to -U in the client as well. by Nicholas Marriott · 15 years ago
  48. 655a1ae Do not set the window title by default (make set-titles option default to off), by Nicholas Marriott · 15 years ago
  49. 6521427 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
  50. 4215d00 remove unused flag; while here, make usage's output fit on 80-column displays. by Igor Sobrado · 15 years ago
  51. dc373ab spawn login shells by default, adapt manpage bits as well. ok nicm@ by Pierre-Yves Ritschard · 15 years ago
  52. df91860 Don't leak memory if multiple -f flags are given. by Ray Lai · 15 years ago
  53. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago