1. 2f75b07 Update. by Tiago Cunha · 15 years ago
  2. 280619a Expand leading tilde on commands which expect a filename. by Tiago Cunha · 15 years ago
  3. 6db6df8 Update. by Nicholas Marriott · 15 years ago
  4. db411ca Update TODO. by Nicholas Marriott · 15 years ago
  5. 3fb3613 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting by Nicholas Marriott · 15 years ago
  6. 30f47df Add -r to the synopsis of the paste-buffer command, prompted by jmc. by Nicholas Marriott · 15 years ago
  7. 27fc963 When pasting, translate \n into \r. This matches xterm and putty's behaviour, by Nicholas Marriott · 15 years ago
  8. d8de72c Copy was using the real line length which after resize can be larger than the by Nicholas Marriott · 15 years ago
  9. ef5f356 paste-buffer -d was not documented. From Kalle Olavi Niemitalo. by Nicholas Marriott · 15 years ago
  10. 1919dea Redraw the status line after renaming a session (it may contain the name). by Nicholas Marriott · 15 years ago
  11. fd09715 Don't send initialisation strings is1/2/3 (barely anything else does) and move by Nicholas Marriott · 15 years ago
  12. d7b4aa0 Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
  13. 79bc604 Document display-time option which seems to have been missed. by Nicholas Marriott · 15 years ago
  14. 8be8016 When the terminal size is reduced horizontally, don't truncate lines to the new by Nicholas Marriott · 15 years ago
  15. d4a143a Stop in the right place so all the lines selected are copied. Reported by Kalle by Nicholas Marriott · 15 years ago
  16. bf0f56d Update TODO. by Nicholas Marriott · 15 years ago
  17. 0e7c6bd Update TODO. by Nicholas Marriott · 15 years ago
  18. 7e8ff69 Fix $Id$. by Nicholas Marriott · 15 years ago
  19. eee3dd2 New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
  20. 5afe17d Fix $Id$. by Nicholas Marriott · 15 years ago
  21. 664a0bd Cursor up and down should be limited by the scroll region (cuu should stop at by Nicholas Marriott · 15 years ago
  22. 4422b95 Don't leak FILE * on malloc failure. From ivoire at users dot sourceforge dot by Nicholas Marriott · 15 years ago
  23. 295879c Change inserting and deleting lines inside the scroll region to properly clear by Nicholas Marriott · 15 years ago
  24. e073441 Tidy by removing unused argument from grid_view_{insert,delete}_line_region by Nicholas Marriott · 15 years ago
  25. 27e9f77 Fix two memory leaks when assigning shell variables in configuration by Nicholas Marriott · 15 years ago
  26. f8ea82d Update TODO list. by Nicholas Marriott · 15 years ago
  27. 890db6e Accidently deleted default-command. by Nicholas Marriott · 15 years ago
  28. 9939585 Bring spacing into line. by Nicholas Marriott · 15 years ago
  29. 9cf68ac Whoops, that shouldn't have been there. by Nicholas Marriott · 15 years ago
  30. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  31. 9875be3 When reinitialising the screen, do not omit to clear the last line. by Nicholas Marriott · 15 years ago
  32. a182502 Don't let ambiguous commands override an exact alias match: eg if commands by Nicholas Marriott · 15 years ago
  33. 86504af Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  34. 1825609 Handle empty or unset TERM correctly; also fix a fatal() message while here. by Nicholas Marriott · 15 years ago
  35. 43ff216 When sending a "protocol mismatch" error message, tell the client to exit by Nicholas Marriott · 15 years ago
  36. ff54332 The fix for default-path (use target session options instead of global options) by Nicholas Marriott · 15 years ago
  37. 84da2f3 Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
  38. b7a272f Add a section summarising how options work, make the distinction between window by Nicholas Marriott · 15 years ago
  39. 9e5a581 When unlocking the server, don't try to clear the prompt on clients without a by Nicholas Marriott · 15 years ago
  40. f34f1fd Sync. by Nicholas Marriott · 15 years ago
  41. a476d4c This is not really important or major. by Nicholas Marriott · 15 years ago
  42. 21f8ed5 Next will be 1.0. by Nicholas Marriott · 15 years ago
  43. b8bd248 If using the default login shell (empty default-command), strip any - prefix. by Nicholas Marriott · 15 years ago
  44. 08c7249 Change default_window_name to use window_default_command if the actual cmd is by Nicholas Marriott · 15 years ago
  45. 29ac832 Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error by Nicholas Marriott · 15 years ago
  46. 85dac1e Update. by Tiago Cunha · 15 years ago
  47. 1f1623e Solaris has no strcasestr. by Nicholas Marriott · 15 years ago
  48. 3c0500f Don't see a reason for sys/cdefs.h here; remove it. by Nicholas Marriott · 15 years ago
  49. 9f06533 $Id$. by Nicholas Marriott · 15 years ago
  50. ec818b8 Move defines after includes to avoid multiple definition. by Nicholas Marriott · 15 years ago
  51. 81f06ba Typo: bsdpoll.h -> bsd-poll.h. by Nicholas Marriott · 15 years ago
  52. 851a35e Change >| to rm/> as apparently Solaris /bin/sh doesn't like it. by Nicholas Marriott · 15 years ago
  53. 8f2950f Try to make a bit more sense here. by Nicholas Marriott · 15 years ago
  54. e0a6376 Comment FDEBUG and bump dist version. by Nicholas Marriott · 15 years ago
  55. 1903756 Changes for 0.9. by Nicholas Marriott · 15 years ago
  56. 81010f5 Update with new UTF-8 environment variable information for 0.9. by Nicholas Marriott · 15 years ago
  57. 22d1b94 Using -l to specify a login shell is non-POSIX and causes problems with shells by Nicholas Marriott · 15 years ago
  58. d508102 This file is not going to be used as much any longer, make a note. by Nicholas Marriott · 15 years ago
  59. 82b070d Update ready for 0.9 by Nicholas Marriott · 15 years ago
  60. 55f8219 When unlocking the server, don't try to clear the prompt on clients without a by Nicholas Marriott · 15 years ago
  61. 3509283 Fix two errors with character/line insertion and deletion: the maximum number by Nicholas Marriott · 15 years ago
  62. 8fe3f1d $Id$. by Nicholas Marriott · 15 years ago
  63. eed4f76 Fix $Id$. by Nicholas Marriott · 15 years ago
  64. 503c6a3 Don't try to page up with scroll-mode -u or copy-mode -u unless the mode was by Nicholas Marriott · 15 years ago
  65. 18ebc99 Use gmtime_r so the current time isn't overwritten, the minute comparison works by Nicholas Marriott · 15 years ago
  66. edc2e7d Copy the 256-colour flag into the tty saved cell as well as the actual colour, by Nicholas Marriott · 15 years ago
  67. 796b2e3 Add missing spaces before some alias closing brackets, otherwise they are by Nicholas Marriott · 15 years ago
  68. 1fb3948 Whoops, revert. by Nicholas Marriott · 15 years ago
  69. 1496aa5 Remove some unused function declarations; no binary change. by Nicholas Marriott · 15 years ago
  70. 6ce734c After logging (if enabled) is switched to file, there is no reason to keep by Nicholas Marriott · 15 years ago
  71. 826add5 Set LC_ALL=C to stop i18n breaking gcc test. by Nicholas Marriott · 15 years ago
  72. 1aaf47e Apparently NetBSD's tcgetpgrp is good enough to use, so don't need to play by Nicholas Marriott · 15 years ago
  73. de2ea2d Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 15 years ago
  74. 3fcbe1e Remove some dead assignments, found by sthen with clang. by no_author · 15 years ago
  75. 81b4aca #ifndef nitems. by Nicholas Marriott · 15 years ago
  76. 6375373 Update TODO. by Nicholas Marriott · 15 years ago
  77. 32312e0 vis compat stuff. by Nicholas Marriott · 15 years ago
  78. 802e129 Start of portability update: bitstring.h. by Nicholas Marriott · 15 years ago
  79. f1463ff Lose -V. by Nicholas Marriott · 15 years ago
  80. 0af7fa0 Skip 8 line diffs ($Id$ change only). by Nicholas Marriott · 15 years ago
  81. 20002ec Comparison script. by Nicholas Marriott · 15 years ago
  82. 8fc34ca libgen.h. by Nicholas Marriott · 15 years ago
  83. a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 15 years ago
  84. bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
  85. 8df98d1 Don't need linker magic anymore. by Nicholas Marriott · 15 years ago
  86. 6cde051 No more xmalloc-debug. by Nicholas Marriott · 15 years ago
  87. 8565ae2 Fix rejects. by Nicholas Marriott · 15 years ago
  88. 3eb1bfd Sync this properly. by Nicholas Marriott · 15 years ago
  89. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  90. f17a5f1 If getcwd() fails, use the user's home directory, or /, instead of failing with by Nicholas Marriott · 15 years ago
  91. bfa46e8 lines variable can be -1 (to be ignored), so should be signed. Found by lint. by Nicholas Marriott · 15 years ago
  92. f0bcbcf Remove error about using -L and -S together which was never displayed as by Nicholas Marriott · 15 years ago
  93. 1b9ac18 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 15 years ago
  94. 582660b Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  95. 62822b1 Nuke unused buffer functions. Found by lint. by Nicholas Marriott · 15 years ago
  96. abb5e36 Unused prototypes. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  97. 947fabc Unused variables. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  98. a03ae97 Now that a UTF-8-capable puts function exists, use it for printing strings in by Nicholas Marriott · 15 years ago
  99. 3ec8efc Fix a type mismatch warning in assignment. by Nicholas Marriott · 15 years ago
  100. f7a9eb4 Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago