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