1. 1bf524c Sync OpenBSD patchset 152: by Tiago Cunha · 15 years ago
  2. a734488 Sync OpenBSD patchset 151: by Tiago Cunha · 15 years ago
  3. 54c6848 Sync OpenBSD patchset 148: by Tiago Cunha · 15 years ago
  4. 545893d Sync OpenBSD patchset 142: by Tiago Cunha · 15 years ago
  5. 376c808 Add three new session options: visual-activity, visual-bell, visual-content. by Tiago Cunha · 15 years ago
  6. 19cb1fb Make it so using kill-pane to destroy the last pane in a window destroys the by Nicholas Marriott · 15 years ago
  7. 6bc9ee3 Tidy up new-session and attach-session and change them to work from inside by Nicholas Marriott · 15 years ago
  8. ae7dda1 - New command display-message (alias display) to display a message in the by Tiago Cunha · 15 years ago
  9. 89543e9 A similar for fix for window_choose: don't rely on the callback always being by Nicholas Marriott · 15 years ago
  10. 441c118 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  11. 222b8e6 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  12. ff90170 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
  13. 6ebb1df Add main-pane-height to the options list (was missed before). by Nicholas Marriott · 15 years ago
  14. 72d56bd Instead of faking up a status line in status_redraw, use the same code to by Nicholas Marriott · 15 years ago
  15. 1e574bb Get rid of the PANE_HIDDEN flag in favour of a function, and moving the by Nicholas Marriott · 15 years ago
  16. 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  17. d358a35 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  18. e63567d Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  19. f41ef21 Missed this declaration in key bindings change. Whoops. by Nicholas Marriott · 15 years ago
  20. 5ef5bd7 Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  21. d2c3dbc If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
  22. 27fc963 When pasting, translate \n into \r. This matches xterm and putty's behaviour, by Nicholas Marriott · 15 years ago
  23. d7b4aa0 Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
  24. eee3dd2 New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
  25. e073441 Tidy by removing unused argument from grid_view_{insert,delete}_line_region by Nicholas Marriott · 15 years ago
  26. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  27. 86504af Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  28. 08c7249 Change default_window_name to use window_default_command if the actual cmd is by Nicholas Marriott · 15 years ago
  29. 9f06533 $Id$. by Nicholas Marriott · 15 years ago
  30. eed4f76 Fix $Id$. by Nicholas Marriott · 15 years ago
  31. 1496aa5 Remove some unused function declarations; no binary change. by Nicholas Marriott · 15 years ago
  32. 81b4aca #ifndef nitems. by Nicholas Marriott · 15 years ago
  33. 802e129 Start of portability update: bitstring.h. by Nicholas Marriott · 15 years ago
  34. a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 15 years ago
  35. bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
  36. 6cde051 No more xmalloc-debug. by Nicholas Marriott · 15 years ago
  37. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  38. 1b9ac18 tmux doesn't and won't need syslog logging, so remove it and some other unused by Nicholas Marriott · 15 years ago
  39. 582660b Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  40. 62822b1 Nuke unused buffer functions. Found by lint. by Nicholas Marriott · 15 years ago
  41. f7a9eb4 Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  42. 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
  43. 942ea42 Trying to predict the cursor position for UTF-8 output in the same way as for by Nicholas Marriott · 15 years ago
  44. 2456854 Constify utf8_width() function argument. by Nicholas Marriott · 15 years ago
  45. 1b24538 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 15 years ago
  46. 93631b3 Implement the DEC alignment test. With the last change this is enough for the by Nicholas Marriott · 15 years ago
  47. 28bcf77 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
  48. 1e06ec4 Add a UTF-8 aware string length function and make UTF-8 in by Nicholas Marriott · 15 years ago
  49. 0828e06 Nuke unused pane flag. by Nicholas Marriott · 15 years ago
  50. 3a55871 Now in base. by Nicholas Marriott · 16 years ago
  51. 6c442c1 UPPER -> BIG, sort, and bump protocol version. by Nicholas Marriott · 16 years ago
  52. 6db7bd6 Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide character and seeing how much the cursor moves. Currently tries to figure out if this works by some stupid checks on the terminal, these need to be rethought. Also might be better using a width 1 character rather than width 2. by Nicholas Marriott · 16 years ago
  53. 80af85a - New window option monitor-content to search for a string in a window, and by Tiago Cunha · 16 years ago
  54. 6e4b947 New option main-pane-width to set width of pane in left-vertical mode. by Nicholas Marriott · 16 years ago
  55. 404411f horizontal -> h, vertical -> v, to shorten some function names a little. by Nicholas Marriott · 16 years ago
  56. d601c42 Behave properly when resize not supported. by Nicholas Marriott · 16 years ago
  57. 5518b61 manual -> manual-vertical. by Nicholas Marriott · 16 years ago
  58. ab4e5e8 Clean up manual layout code: by Nicholas Marriott · 16 years ago
  59. 1001902 select-layout command and some key bindings. by Nicholas Marriott · 16 years ago
  60. 03af7c9 Recreate server socket on SIGUSR1, per SF feature request 2792533. by Nicholas Marriott · 16 years ago
  61. cba338a Keys in status line (p in vi mode, M-y in emacs) to paste the first line of the upper paste buffer. Suggested by Dan Colish. by Nicholas Marriott · 16 years ago
  62. 96ca072 clear-history command. by Nicholas Marriott · 16 years ago
  63. c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 16 years ago
  64. 792aeb9 Use getopt.c from openssh rather than OpenBSD's getopt_long. by Nicholas Marriott · 16 years ago
  65. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  66. fb543c7 Use ACS for line drawing characters. by Nicholas Marriott · 16 years ago
  67. 9164dd6 Only worry about complete seconds for status line update. Also reduce poll interval and de-magic-number it. by Nicholas Marriott · 16 years ago
  68. 044e6f7 previous-layout command. by Nicholas Marriott · 16 years ago
  69. a6f2d82 Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkill by Nicholas Marriott · 16 years ago
  70. a583bbb Display the layout name in window lists. by Nicholas Marriott · 16 years ago
  71. cdf472f Merge resize-pane-{up,down} into resize-pane. by Nicholas Marriott · 16 years ago
  72. cc9cc1a Some tweaks for Solaris. by Nicholas Marriott · 16 years ago
  73. f0a716f Use a u_char so top-bit-set update the cursor as well. by Nicholas Marriott · 16 years ago
  74. 5d1b688 Convert hidden flag to a full flags word for the status line and add a flag to by Nicholas Marriott · 16 years ago
  75. d8a35ff Perform some black and midnight cpp witchcraft to get rid of GRID_DEBUG, to fix by Nicholas Marriott · 16 years ago
  76. 058772e - confirm-before command. by Tiago Cunha · 16 years ago
  77. 5fbdca8 Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSD by Nicholas Marriott · 16 years ago
  78. 325d43e rotate-window command. by Nicholas Marriott · 16 years ago
  79. 8216f7b swap-pane command. by Nicholas Marriott · 16 years ago
  80. dbf52fa Change scroll/pane redraws to only redraw the single pane affected rather than by Nicholas Marriott · 16 years ago
  81. 84cde92 If redrawing the region would mean redrawing > half the pane, just schedule to by Nicholas Marriott · 16 years ago
  82. 91bc683 - Allow switching to hidden windows (for active-only layout). by Nicholas Marriott · 16 years ago
  83. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  84. d13add8 More AIX tweaks. by Nicholas Marriott · 16 years ago
  85. 23fef99 8 -> UTF8_SIZE. by Nicholas Marriott · 16 years ago
  86. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
  87. 34dd72f _fill functions are no longer needed. Nuke them. by Nicholas Marriott · 16 years ago
  88. abf170d Whoops. Missed a few changes. by Nicholas Marriott · 16 years ago
  89. 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  90. 989d67c struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  91. cb2ac5c Key repeating is now a property of the key binding not of the command. Repeat by Nicholas Marriott · 16 years ago
  92. 587bade Clear using ED when redrawing the screen. I foolishly assumed using spaces by Nicholas Marriott · 16 years ago
  93. a7f5777 Not const. by Nicholas Marriott · 16 years ago
  94. f6001f9 Whoops. Didn't mean to commit this yet. by Nicholas Marriott · 16 years ago
  95. b97264b Update TODO. by Nicholas Marriott · 16 years ago
  96. be0c79f Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg by Nicholas Marriott · 16 years ago
  97. f5f04a9 * New session flag "set-remain-on-exit" to set remain-on-exit flag for new windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847. by Nicholas Marriott · 16 years ago
  98. e6d35b6 Support for 88 colour terminals. by Nicholas Marriott · 16 years ago
  99. 56f80a5 break-pane command to split a pane off into a new window; bound to ! by default. by Nicholas Marriott · 16 years ago
  100. 65b9aeb Put socket path in $TMUX. by Nicholas Marriott · 16 years ago