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