1. 5d91555 zap trailing whitespace; by Jason McIntyre · 15 years ago
  2. cba885a Expand leading tildes in arguments, from Tiage Cunha. by Nicholas Marriott · 15 years ago
  3. cf41105 copy-mode and scroll-mode have a -u flag missing from usage, add it. by Nicholas Marriott · 15 years ago
  4. 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  5. 3592859 Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  6. 0b788a3 Missed this declaration in key bindings change. Whoops. by Nicholas Marriott · 15 years ago
  7. 88555d9 Document the -k flag to new-window. by Nicholas Marriott · 15 years ago
  8. 9e49ec6 Creating a key binding which replaces itself (such as "bind x bind x lsw") by Nicholas Marriott · 15 years ago
  9. 22d51ec Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  10. fa8333e Merge three copies of identical code to move the cursor x position into a by Nicholas Marriott · 15 years ago
  11. 22355ce If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
  12. bd098c2 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting by Nicholas Marriott · 15 years ago
  13. e415ead Add -r to the synopsis of the paste-buffer command, prompted by jmc. by Nicholas Marriott · 15 years ago
  14. 2f71982 When pasting, translate \n into \r. This matches xterm and putty's behaviour, by Nicholas Marriott · 15 years ago
  15. 289320a Copy was using the real line length which after resize can be larger than the by Nicholas Marriott · 15 years ago
  16. 4cbbbdd paste-buffer -d was not documented. From Kalle Olavi Niemitalo. by Nicholas Marriott · 15 years ago
  17. 9cd5ba4 Redraw the status line after renaming a session (it may contain the name). by Nicholas Marriott · 15 years ago
  18. 4a6d62e Don't send initialisation strings is1/2/3 (barely anything else does) and move by Nicholas Marriott · 15 years ago
  19. daa1faa Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
  20. 25d5734 Document display-time option which seems to have been missed. by Nicholas Marriott · 15 years ago
  21. 58361eb When the terminal size is reduced horizontally, don't truncate lines to the new by Nicholas Marriott · 15 years ago
  22. 5f2f07e Cursor up and down should be limited by the scroll region (cuu should stop at by Nicholas Marriott · 15 years ago
  23. 81181bf New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
  24. 24e1327 Stop in the right place so all the lines selected are copied. Reported by Kalle by Nicholas Marriott · 15 years ago
  25. 29f9d5f Don't leak FILE * on malloc failure. From ivoire at users dot sourceforge dot net. by Nicholas Marriott · 15 years ago
  26. 86c93c6 Change inserting and deleting lines inside the scroll region to properly clear by Nicholas Marriott · 15 years ago
  27. 643c219 Tidy by removing unused argument from grid_view_{insert,delete}_line_region by Nicholas Marriott · 15 years ago
  28. f63761e Fix two memory leaks when assigning shell variables in configuration by Nicholas Marriott · 15 years ago
  29. 8c497ec When reinitialising the screen, do not omit to clear the last line. by Nicholas Marriott · 15 years ago
  30. 084d07f Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX, by Nicholas Marriott · 15 years ago
  31. b4efd1c Don't let ambiguous commands override an exact alias match: eg if commands by Nicholas Marriott · 15 years ago
  32. 923ccfa Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  33. 474fdeb Handle empty or unset TERM correctly; also fix a fatal() message while here. by Nicholas Marriott · 15 years ago
  34. 9ced016 When sending a "protocol mismatch" error message, tell the client to exit by Nicholas Marriott · 15 years ago
  35. e538d4a The fix for default-path (use target session options instead of global options) by Nicholas Marriott · 15 years ago
  36. eb424cf Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
  37. 69e150b Add a section summarising how options work, make the distinction between window by Nicholas Marriott · 15 years ago
  38. fe5edad Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error by Nicholas Marriott · 15 years ago
  39. 4c5c125 When unlocking the server, don't try to clear the prompt on clients without a by Nicholas Marriott · 15 years ago
  40. 68e06fb Fix two errors with character/line insertion and deletion: the maximum number by Nicholas Marriott · 15 years ago
  41. 003e8e6 Don't try to page up with scroll-mode -u or copy-mode -u unless the mode was by Nicholas Marriott · 15 years ago
  42. 710393e Use gmtime_r so the current time isn't overwritten, the minute comparison works by Nicholas Marriott · 15 years ago
  43. 2660692 Copy the 256-colour flag into the tty saved cell as well as the actual colour, by Nicholas Marriott · 15 years ago
  44. 916669a Add missing spaces before some alias closing brackets, otherwise they are by Nicholas Marriott · 15 years ago
  45. 46f80d0 After logging (if enabled) is switched to file, there is no reason to keep by Nicholas Marriott · 15 years ago
  46. b11b1dd Remove some unused function declarations; no binary change. by Nicholas Marriott · 15 years ago
  47. 1ec736a Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 15 years ago
  48. c506e7f Also #ifndef nitems here, caught by Thomas Jeunet. by Nicholas Marriott · 15 years ago
  49. eb8ab96 Remove some dead assignments, found by sthen with clang. by Nicholas Marriott · 15 years ago
  50. e225ce0 #ifndef nitems to avoid redefining it if it is already in a header. by Nicholas Marriott · 15 years ago
  51. e8c10f5 Use the pane flags not the window flags. Doh. by Nicholas Marriott · 15 years ago
  52. 5050171 diagflags for diags okay nicm@ by Marc Espie · 15 years ago
  53. dbbb297 If getcwd() fails, use the user's home directory, or /, instead of failing with by Nicholas Marriott · 15 years ago
  54. be17ac1 lines variable can be -1 (to be ignored), so should be signed. Found by lint. by Nicholas Marriott · 15 years ago
  55. 40c242a Remove error about using -L and -S together which was never displayed as by Nicholas Marriott · 15 years ago
  56. a7075f1 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 15 years ago
  57. 1675ddb Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  58. ed83504 Nuke unused buffer functions. Found by lint. by Nicholas Marriott · 15 years ago
  59. 9144d30 Unused prototypes. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  60. 83078bd Unused variables. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  61. 74d0851 Remove some cruft from the Makefile. by Nicholas Marriott · 15 years ago
  62. 23326e4 Now that a UTF-8-capable puts function exists, use it for printing strings in by Nicholas Marriott · 15 years ago
  63. 3db2433 Fix a type mismatch warning in assignment. by Nicholas Marriott · 15 years ago
  64. 7e796de Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  65. 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
  66. f4b8f00 Change to match xterm's resizing behaviour, including pushing lines into the by Nicholas Marriott · 15 years ago
  67. da8401d Make remain-on-exit work again when there is only one pane left, which was by Nicholas Marriott · 15 years ago
  68. 2de599a Trying to predict the cursor position for UTF-8 output in the same way as for by Nicholas Marriott · 15 years ago
  69. 7b4077e tweak previous; by Jason McIntyre · 15 years ago
  70. 27cfa81 Constify utf8_width() function argument. by Nicholas Marriott · 15 years ago
  71. 013b88d Mention LC_ALL, LC_CTYPE. by Nicholas Marriott · 15 years ago
  72. 6d2830a Add some common config file examples to the quick start section. by Nicholas Marriott · 15 years ago
  73. 69f3c24 If a pane is "zombified" (remain-on-exit flag), don't continue to queue key and by Nicholas Marriott · 15 years ago
  74. c2b0fda LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code by Nicholas Marriott · 15 years ago
  75. 89262c6 Terminate cwd buffer before running xstrdup on it. by Nicholas Marriott · 15 years ago
  76. 18665b8 Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when by Nicholas Marriott · 15 years ago
  77. a3c3284 strdup the input to putenv to avoid in one case passing a string that is later by Nicholas Marriott · 15 years ago
  78. 1156467 Call setproctitle earlier in the client, and include the socket name. Makes it by Nicholas Marriott · 15 years ago
  79. 74749e8 Remove trailing newlines, spaces, and tabs. by Ray Lai · 15 years ago
  80. 85e0d8a Print a better message than '(null)' if no command is specified ("tmux \;"). by Nicholas Marriott · 15 years ago
  81. 38b2c42 Zero the password given to -U in the client as well. by Nicholas Marriott · 15 years ago
  82. 50bd094 If the prompt is hidden or a password is sent with -U, zero it before freeing by Nicholas Marriott · 15 years ago
  83. f031975 Implement the CBT (backward tab) sequence (\033[Z). by Nicholas Marriott · 15 years ago
  84. d42fb43 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 15 years ago
  85. d601582 Okay, so I screwed up when testing this, doh. Unbreak so that CAN/SUB actually by Nicholas Marriott · 15 years ago
  86. 6c1f035 Oops, CAN and SUB should abort the sequence (return to first state), not remain by Nicholas Marriott · 15 years ago
  87. 8dd2f0d More input compatibility love. Support C0 within escape sequences, and the C0 by Nicholas Marriott · 15 years ago
  88. 0ba85cc zap trailing whitespace; by Jason McIntyre · 15 years ago
  89. c1a4c01 Support insert mode by using insert character to shift the cells before writing by Nicholas Marriott · 15 years ago
  90. 52ec9b9 Implement the DEC alignment test. With the last change this is enough for the by Nicholas Marriott · 15 years ago
  91. ebe07c2 Fix some miscalculations when clearing to start of screen: the number of lines by Nicholas Marriott · 15 years ago
  92. 3f16fcb Use vis(3) instead of handrolled function. by Nicholas Marriott · 15 years ago
  93. 2faec76 Pass window titles through vis(1). <0x20 is dropped anyway by the input state by Nicholas Marriott · 15 years ago
  94. 655a1ae Do not set the window title by default (make set-titles option default to off), by Nicholas Marriott · 15 years ago
  95. 6521427 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
  96. 7d45e29 Add a UTF-8 aware string length function and make UTF-8 in by Nicholas Marriott · 15 years ago
  97. 41d985a Add missing documentation for the -a flag used to move to next/previous window by Nicholas Marriott · 15 years ago
  98. e659aa8 Add a section summarising the status line. There are quite a number of status by Nicholas Marriott · 15 years ago
  99. 5823854 undo a mistake found by sobrado; by Jason McIntyre · 15 years ago
  100. c5dbec9 When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmux by Nicholas Marriott · 15 years ago