1. 2660692 Copy the 256-colour flag into the tty saved cell as well as the actual colour, by Nicholas Marriott · 15 years ago
  2. 916669a Add missing spaces before some alias closing brackets, otherwise they are by Nicholas Marriott · 15 years ago
  3. 46f80d0 After logging (if enabled) is switched to file, there is no reason to keep by Nicholas Marriott · 15 years ago
  4. b11b1dd Remove some unused function declarations; no binary change. by Nicholas Marriott · 15 years ago
  5. 1ec736a Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 15 years ago
  6. c506e7f Also #ifndef nitems here, caught by Thomas Jeunet. by Nicholas Marriott · 15 years ago
  7. eb8ab96 Remove some dead assignments, found by sthen with clang. by Nicholas Marriott · 15 years ago
  8. e225ce0 #ifndef nitems to avoid redefining it if it is already in a header. by Nicholas Marriott · 15 years ago
  9. e8c10f5 Use the pane flags not the window flags. Doh. by Nicholas Marriott · 15 years ago
  10. 5050171 diagflags for diags okay nicm@ by Marc Espie · 15 years ago
  11. dbbb297 If getcwd() fails, use the user's home directory, or /, instead of failing with by Nicholas Marriott · 15 years ago
  12. be17ac1 lines variable can be -1 (to be ignored), so should be signed. Found by lint. by Nicholas Marriott · 15 years ago
  13. 40c242a Remove error about using -L and -S together which was never displayed as by Nicholas Marriott · 15 years ago
  14. a7075f1 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 15 years ago
  15. 1675ddb Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  16. ed83504 Nuke unused buffer functions. Found by lint. by Nicholas Marriott · 15 years ago
  17. 9144d30 Unused prototypes. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  18. 83078bd Unused variables. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  19. 74d0851 Remove some cruft from the Makefile. by Nicholas Marriott · 15 years ago
  20. 23326e4 Now that a UTF-8-capable puts function exists, use it for printing strings in by Nicholas Marriott · 15 years ago
  21. 3db2433 Fix a type mismatch warning in assignment. by Nicholas Marriott · 15 years ago
  22. 7e796de Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  23. 096cbf2 Add a dedicated function to convert a line into a string and use it to simplify the search window function. by Nicholas Marriott · 15 years ago
  24. f4b8f00 Change to match xterm's resizing behaviour, including pushing lines into the by Nicholas Marriott · 15 years ago
  25. da8401d Make remain-on-exit work again when there is only one pane left, which was by Nicholas Marriott · 15 years ago
  26. 2de599a Trying to predict the cursor position for UTF-8 output in the same way as for by Nicholas Marriott · 15 years ago
  27. 7b4077e tweak previous; by Jason McIntyre · 15 years ago
  28. 27cfa81 Constify utf8_width() function argument. by Nicholas Marriott · 15 years ago
  29. 013b88d Mention LC_ALL, LC_CTYPE. by Nicholas Marriott · 15 years ago
  30. 6d2830a Add some common config file examples to the quick start section. by Nicholas Marriott · 15 years ago
  31. 69f3c24 If a pane is "zombified" (remain-on-exit flag), don't continue to queue key and by Nicholas Marriott · 15 years ago
  32. c2b0fda LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code by Nicholas Marriott · 15 years ago
  33. 89262c6 Terminate cwd buffer before running xstrdup on it. by Nicholas Marriott · 15 years ago
  34. 18665b8 Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when by Nicholas Marriott · 15 years ago
  35. a3c3284 strdup the input to putenv to avoid in one case passing a string that is later by Nicholas Marriott · 15 years ago
  36. 1156467 Call setproctitle earlier in the client, and include the socket name. Makes it by Nicholas Marriott · 15 years ago
  37. 74749e8 Remove trailing newlines, spaces, and tabs. by Ray Lai · 15 years ago
  38. 85e0d8a Print a better message than '(null)' if no command is specified ("tmux \;"). by Nicholas Marriott · 15 years ago
  39. 38b2c42 Zero the password given to -U in the client as well. by Nicholas Marriott · 15 years ago
  40. 50bd094 If the prompt is hidden or a password is sent with -U, zero it before freeing by Nicholas Marriott · 15 years ago
  41. f031975 Implement the CBT (backward tab) sequence (\033[Z). by Nicholas Marriott · 15 years ago
  42. d42fb43 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 15 years ago
  43. d601582 Okay, so I screwed up when testing this, doh. Unbreak so that CAN/SUB actually by Nicholas Marriott · 15 years ago
  44. 6c1f035 Oops, CAN and SUB should abort the sequence (return to first state), not remain by Nicholas Marriott · 15 years ago
  45. 8dd2f0d More input compatibility love. Support C0 within escape sequences, and the C0 by Nicholas Marriott · 15 years ago
  46. 0ba85cc zap trailing whitespace; by Jason McIntyre · 15 years ago
  47. c1a4c01 Support insert mode by using insert character to shift the cells before writing by Nicholas Marriott · 15 years ago
  48. 52ec9b9 Implement the DEC alignment test. With the last change this is enough for the by Nicholas Marriott · 15 years ago
  49. ebe07c2 Fix some miscalculations when clearing to start of screen: the number of lines by Nicholas Marriott · 15 years ago
  50. 3f16fcb Use vis(3) instead of handrolled function. by Nicholas Marriott · 15 years ago
  51. 2faec76 Pass window titles through vis(1). <0x20 is dropped anyway by the input state by Nicholas Marriott · 15 years ago
  52. 655a1ae Do not set the window title by default (make set-titles option default to off), by Nicholas Marriott · 15 years ago
  53. 6521427 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
  54. 7d45e29 Add a UTF-8 aware string length function and make UTF-8 in by Nicholas Marriott · 15 years ago
  55. 41d985a Add missing documentation for the -a flag used to move to next/previous window by Nicholas Marriott · 15 years ago
  56. e659aa8 Add a section summarising the status line. There are quite a number of status by Nicholas Marriott · 15 years ago
  57. 5823854 undo a mistake found by sobrado; by Jason McIntyre · 15 years ago
  58. c5dbec9 When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmux by Nicholas Marriott · 15 years ago
  59. 646cfa6 some cleanup; ok nicm by Jason McIntyre · 15 years ago
  60. fdda414 Cast char to u_char before passing to isalnum(). by Ray Lai · 15 years ago
  61. 3f76a97 Recent code to try and detect if a terminal supports UTF-8 by printing to it by Nicholas Marriott · 15 years ago
  62. 4215d00 remove unused flag; while here, make usage's output fit on 80-column displays. by Igor Sobrado · 15 years ago
  63. a356308 sort options alphabetically. by Igor Sobrado · 15 years ago
  64. dc373ab spawn login shells by default, adapt manpage bits as well. ok nicm@ by Pierre-Yves Ritschard · 15 years ago
  65. f60bc7e Don't access array[-1] if array is an empty string. by Ray Lai · 15 years ago
  66. 49c776e Make code clearer: by Ray Lai · 15 years ago
  67. 3686645 Don't dereference NULL if buf winds up being empty. Can't happen by Ray Lai · 15 years ago
  68. df91860 Don't leak memory if multiple -f flags are given. by Ray Lai · 15 years ago
  69. 29d4016 Update the man page with some recent changes to the code: by Nicholas Marriott · 15 years ago
  70. 6e3f673 Whoops, didn't mean to add this. by Nicholas Marriott · 15 years ago
  71. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago