1. 94e2339 OpenSolaris ioctl(TIOCSWINSZ) appears to be broken and can return EINVAL here by Nicholas Marriott · 15 years ago
  2. 5263b3f Sync OpenBSD patchset 150: by Tiago Cunha · 15 years ago
  3. 962b9c6 Include .depend in GNUmakefile since GNU make does not include it automatically. by Nicholas Marriott · 15 years ago
  4. 48c36d6 No paths.h in cmd.c; add _PATH_DEV for Solaris. by Nicholas Marriott · 15 years ago
  5. e2a8015 Update. by Nicholas Marriott · 15 years ago
  6. 2572c71 Sync OpenBSD patchset 149: by Tiago Cunha · 15 years ago
  7. e7cda4f Update. by Tiago Cunha · 15 years ago
  8. 54c6848 Sync OpenBSD patchset 148: by Tiago Cunha · 15 years ago
  9. 9a07e8f Sync OpenBSD patchset 147: by Tiago Cunha · 15 years ago
  10. e895700 Sync OpenBSD patchset 146: by Tiago Cunha · 15 years ago
  11. 6201745 Sync OpenBSD patchset 145: by Tiago Cunha · 15 years ago
  12. 16f424d Sync OpenBSD patchset 144: by Tiago Cunha · 15 years ago
  13. 95d593d Sync OpenBSD patchset 143: by Tiago Cunha · 15 years ago
  14. 545893d Sync OpenBSD patchset 142: by Tiago Cunha · 15 years ago
  15. 680f209 With gcc4, turn off unnecessart pointer sign warnings. by Nicholas Marriott · 15 years ago
  16. 376c808 Add three new session options: visual-activity, visual-bell, visual-content. by Tiago Cunha · 15 years ago
  17. 4cf6396 Change a couple of screenshots which had screen in them now I've got rid of by Nicholas Marriott · 15 years ago
  18. 17170f5 Add a -k flag to unlink-window which makes it behave the same as the old by Tiago Cunha · 15 years ago
  19. 19cb1fb Make it so using kill-pane to destroy the last pane in a window destroys the by Nicholas Marriott · 15 years ago
  20. c30fbd1 When resizing a screen smaller in alternate screen mode, all the lines needed by Nicholas Marriott · 15 years ago
  21. 6bc9ee3 Tidy up new-session and attach-session and change them to work from inside by Nicholas Marriott · 15 years ago
  22. 4192449 Remove a duplicate key binding, and turn off autorepeat for up/down as it is by Nicholas Marriott · 15 years ago
  23. f1efd6b If -u is specified or UTF-8 is otherwise detected when the server is started, by Nicholas Marriott · 15 years ago
  24. 21cfef4 When resizing a screen smaller in alternate screen mode, all the lines needed by Nicholas Marriott · 15 years ago
  25. ae7dda1 - New command display-message (alias display) to display a message in the by Tiago Cunha · 15 years ago
  26. 646632d Update TODO. by Nicholas Marriott · 15 years ago
  27. 770ea56 Changed the wrong thing here. by Nicholas Marriott · 15 years ago
  28. 946affe Stupid cvsps. by Nicholas Marriott · 15 years ago
  29. 89543e9 A similar for fix for window_choose: don't rely on the callback always being by Nicholas Marriott · 15 years ago
  30. fc17ce0 Oops, it is always a good idea to get arguments the right way round. by Nicholas Marriott · 15 years ago
  31. 441c118 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  32. ac55534 Remove some duplicate code that was causing the status line to be redrawn even by Nicholas Marriott · 15 years ago
  33. 821de39 Fix arguments to switch-client. by Nicholas Marriott · 15 years ago
  34. ede2dd2 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
  35. 08d32a1 Update TODO. by Nicholas Marriott · 15 years ago
  36. d956ed0 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
  37. 6fe25a0 Improved NetBSD current-process detection from Roy Marples. by Nicholas Marriott · 15 years ago
  38. 222b8e6 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  39. d6908dd Return -1 not NULL on error, pointed out by Roy Marples. by Nicholas Marriott · 15 years ago
  40. ac2ab65 Add a -k flag to unlink-window which makes it behave the same as the old by Nicholas Marriott · 15 years ago
  41. 8bfbc8c The man page says that kill-window removes the window entirely, unlinking it by Nicholas Marriott · 15 years ago
  42. ff90170 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
  43. 6ebb1df Add main-pane-height to the options list (was missed before). by Nicholas Marriott · 15 years ago
  44. ff500b4 For some reason when clearing status/message it was redrawing the entire client by Nicholas Marriott · 15 years ago
  45. 72d56bd Instead of faking up a status line in status_redraw, use the same code to by Nicholas Marriott · 15 years ago
  46. ad1945c Don't accept input to a window if it not visible. by Nicholas Marriott · 15 years ago
  47. 82b45b4 The scroll region cannot be one line only, ignore attempts to make it so. by Nicholas Marriott · 15 years ago
  48. 1e574bb Get rid of the PANE_HIDDEN flag in favour of a function, and moving the by Nicholas Marriott · 15 years ago
  49. 537c32b Escape ~, pointed out by tcunha. by Nicholas Marriott · 15 years ago
  50. f44ae05 Need time.h not sys/time.h for time(2). by Nicholas Marriott · 15 years ago
  51. 910d628 Whoops, chose the wrong one in a conflict. Revert. by Nicholas Marriott · 15 years ago
  52. 20e322b arg.c is no longer required. by Nicholas Marriott · 15 years ago
  53. edd3142 Don't need ncurses, use curses. by Nicholas Marriott · 15 years ago
  54. 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  55. 5ccd002 copy-mode and scroll-mode have a -u flag missing from usage, add it. by Nicholas Marriott · 15 years ago
  56. d358a35 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  57. e63567d Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  58. f41ef21 Missed this declaration in key bindings change. Whoops. by Nicholas Marriott · 15 years ago
  59. 61bd3ae Document the -k flag to new-window. by Nicholas Marriott · 15 years ago
  60. 5ef5bd7 Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  61. 7f98193 Merge three copies of identical code to move the cursor x position into a by Nicholas Marriott · 15 years ago
  62. d2c3dbc If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
  63. 2f75b07 Update. by Tiago Cunha · 15 years ago
  64. 280619a Expand leading tilde on commands which expect a filename. by Tiago Cunha · 15 years ago
  65. 6db6df8 Update. by Nicholas Marriott · 15 years ago
  66. db411ca Update TODO. by Nicholas Marriott · 15 years ago
  67. 3fb3613 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting by Nicholas Marriott · 15 years ago
  68. 30f47df Add -r to the synopsis of the paste-buffer command, prompted by jmc. by Nicholas Marriott · 15 years ago
  69. 27fc963 When pasting, translate \n into \r. This matches xterm and putty's behaviour, by Nicholas Marriott · 15 years ago
  70. d8de72c Copy was using the real line length which after resize can be larger than the by Nicholas Marriott · 15 years ago
  71. ef5f356 paste-buffer -d was not documented. From Kalle Olavi Niemitalo. by Nicholas Marriott · 15 years ago
  72. 1919dea Redraw the status line after renaming a session (it may contain the name). by Nicholas Marriott · 15 years ago
  73. fd09715 Don't send initialisation strings is1/2/3 (barely anything else does) and move by Nicholas Marriott · 15 years ago
  74. d7b4aa0 Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
  75. 79bc604 Document display-time option which seems to have been missed. by Nicholas Marriott · 15 years ago
  76. 8be8016 When the terminal size is reduced horizontally, don't truncate lines to the new by Nicholas Marriott · 15 years ago
  77. d4a143a Stop in the right place so all the lines selected are copied. Reported by Kalle by Nicholas Marriott · 15 years ago
  78. bf0f56d Update TODO. by Nicholas Marriott · 15 years ago
  79. 0e7c6bd Update TODO. by Nicholas Marriott · 15 years ago
  80. 7e8ff69 Fix $Id$. by Nicholas Marriott · 15 years ago
  81. eee3dd2 New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
  82. 5afe17d Fix $Id$. by Nicholas Marriott · 15 years ago
  83. 664a0bd Cursor up and down should be limited by the scroll region (cuu should stop at by Nicholas Marriott · 15 years ago
  84. 4422b95 Don't leak FILE * on malloc failure. From ivoire at users dot sourceforge dot by Nicholas Marriott · 15 years ago
  85. 295879c Change inserting and deleting lines inside the scroll region to properly clear by Nicholas Marriott · 15 years ago
  86. e073441 Tidy by removing unused argument from grid_view_{insert,delete}_line_region by Nicholas Marriott · 15 years ago
  87. 27e9f77 Fix two memory leaks when assigning shell variables in configuration by Nicholas Marriott · 15 years ago
  88. f8ea82d Update TODO list. by Nicholas Marriott · 15 years ago
  89. 890db6e Accidently deleted default-command. by Nicholas Marriott · 15 years ago
  90. 9939585 Bring spacing into line. by Nicholas Marriott · 15 years ago
  91. 9cf68ac Whoops, that shouldn't have been there. by Nicholas Marriott · 15 years ago
  92. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  93. 9875be3 When reinitialising the screen, do not omit to clear the last line. by Nicholas Marriott · 15 years ago
  94. a182502 Don't let ambiguous commands override an exact alias match: eg if commands by Nicholas Marriott · 15 years ago
  95. 86504af Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  96. 1825609 Handle empty or unset TERM correctly; also fix a fatal() message while here. by Nicholas Marriott · 15 years ago
  97. 43ff216 When sending a "protocol mismatch" error message, tell the client to exit by Nicholas Marriott · 15 years ago
  98. ff54332 The fix for default-path (use target session options instead of global options) by Nicholas Marriott · 15 years ago
  99. 84da2f3 Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
  100. b7a272f Add a section summarising how options work, make the distinction between window by Nicholas Marriott · 15 years ago