1. 375be90 Disable mode-mouse (mouse in copy/choice mode) by default as it isn't very by Nicholas Marriott · 15 years ago
  2. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  3. 9a52ef0 When started as the shell, __progname contains a leading -, so hardcode "tmux" by Nicholas Marriott · 15 years ago
  4. f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
  5. edcb22a No arguments are the same as new-session and this requires the environment to by Nicholas Marriott · 15 years ago
  6. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  7. 90f8151 Options to set the colours and attributes for status-left/-right. From Thomas by Nicholas Marriott · 15 years ago
  8. bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago
  9. 93bf2a1 Check for "UTF8" as well as "UTF-8" in LANG etc as it seems this may also by Nicholas Marriott · 15 years ago
  10. 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 15 years ago
  11. a419e73 Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy by Nicholas Marriott · 15 years ago
  12. c1d6d7a Rename struct hdrtype to msgtype which is a better name and can be used even by Nicholas Marriott · 15 years ago
  13. d3c4610 Taking account of the "s, 22 not 24 is the maximum length of #T in status-right by Nicholas Marriott · 15 years ago
  14. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  15. bb14c36 Pass a set of flags into client_init rather than just a start_server by Nicholas Marriott · 15 years ago
  16. 54afcfb Display the number of failed password attempts (if any) when the server is by Nicholas Marriott · 15 years ago
  17. b292f71 Add a status-justify option to allow the window list in the status line to be by Nicholas Marriott · 15 years ago
  18. e32e0d5 New options, window-status-current-{fg,bg,attr}, to set the fg, bg and by Nicholas Marriott · 15 years ago
  19. fc6a65c Add three new session options: visual-activity, visual-bell, visual-content. If by Nicholas Marriott · 15 years ago
  20. 7ddba90 If -u is specified or UTF-8 is otherwise detected when the server is started, by Nicholas Marriott · 15 years ago
  21. daa1faa Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
  22. 084d07f Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX, by Nicholas Marriott · 15 years ago
  23. 923ccfa Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  24. dbbb297 If getcwd() fails, use the user's home directory, or /, instead of failing with by Nicholas Marriott · 15 years ago
  25. 40c242a Remove error about using -L and -S together which was never displayed as by Nicholas Marriott · 15 years ago
  26. c2b0fda LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code by Nicholas Marriott · 15 years ago
  27. 18665b8 Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when by Nicholas Marriott · 15 years ago
  28. 38b2c42 Zero the password given to -U in the client as well. by Nicholas Marriott · 15 years ago
  29. 655a1ae Do not set the window title by default (make set-titles option default to off), by Nicholas Marriott · 15 years ago
  30. 6521427 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
  31. 4215d00 remove unused flag; while here, make usage's output fit on 80-column displays. by Igor Sobrado · 15 years ago
  32. dc373ab spawn login shells by default, adapt manpage bits as well. ok nicm@ by Pierre-Yves Ritschard · 15 years ago
  33. df91860 Don't leak memory if multiple -f flags are given. by Ray Lai · 15 years ago
  34. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago