1. f1bd380 Everything supported has working vsnprintf. by Nicholas Marriott · 15 years ago
  2. c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 15 years ago
  3. e1b4a37 Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again. by Nicholas Marriott · 15 years ago
  4. 792aeb9 Use getopt.c from openssh rather than OpenBSD's getopt_long. by Nicholas Marriott · 15 years ago
  5. 88daeb5 Bye-bye META. by Nicholas Marriott · 15 years ago
  6. 83d984e Works fine, escaping was the issue. by Nicholas Marriott · 15 years ago
  7. b21e356 Spacing. by Nicholas Marriott · 15 years ago
  8. 525bd43 RB_INSERT returns &item if already exists, so use that rather than doing a by Nicholas Marriott · 15 years ago
  9. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  10. 59a5728 This should be fixed by previous commit. by Nicholas Marriott · 15 years ago
  11. 54a5f82 Region can reset cursor to 0,0 - bad if there is an offset. So sort out region before cursor. by Nicholas Marriott · 15 years ago
  12. fb543c7 Use ACS for line drawing characters. by Nicholas Marriott · 15 years ago
  13. 9164dd6 Only worry about complete seconds for status line update. Also reduce poll interval and de-magic-number it. by Nicholas Marriott · 15 years ago
  14. 827fac4 Support "neww; neww" as well "neww ; neww". by Nicholas Marriott · 15 years ago
  15. 044e6f7 previous-layout command. by Nicholas Marriott · 15 years ago
  16. a6f2d82 Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkill by Nicholas Marriott · 15 years ago
  17. 4a74349 static const. by Nicholas Marriott · 15 years ago
  18. a583bbb Display the layout name in window lists. by Nicholas Marriott · 15 years ago
  19. 631f81f DOH. by Nicholas Marriott · 15 years ago
  20. 5732d66 Indentation. by Nicholas Marriott · 15 years ago
  21. eccaaee cvs add is often a good move. by Nicholas Marriott · 15 years ago
  22. cdf472f Merge resize-pane-{up,down} into resize-pane. by Nicholas Marriott · 15 years ago
  23. a3f7928 Oops, revert - need u_char. by Nicholas Marriott · 15 years ago
  24. 38a33ad Don't need cp. by Nicholas Marriott · 15 years ago
  25. 71a903d This should be fixed now. by Nicholas Marriott · 15 years ago
  26. 91241f1 Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. by Nicholas Marriott · 15 years ago
  27. ce989a9 /* $Id$ */ by Nicholas Marriott · 15 years ago
  28. 8aa72ac tmux doesn't care about setres[ug]id. by Nicholas Marriott · 15 years ago
  29. 2b967aa getopt_long.c not getopt.c by Nicholas Marriott · 15 years ago
  30. 74dfb50 Solaris doesn't have TAILQ_REPLACE yet :-(. by Nicholas Marriott · 15 years ago
  31. 3085ca7 Don't need all this %p stuff anymore really. by Nicholas Marriott · 15 years ago
  32. cc9cc1a Some tweaks for Solaris. by Nicholas Marriott · 15 years ago
  33. 323b7cb Ignore tmux*.out as well. by Nicholas Marriott · 15 years ago
  34. f0a716f Use a u_char so top-bit-set update the cursor as well. by Nicholas Marriott · 15 years ago
  35. cd214f8 + item. by Nicholas Marriott · 15 years ago
  36. 7c5f1af Ignore del too. by Nicholas Marriott · 15 years ago
  37. 53dc88e Simplify the code by using the generic _target functions. by Tiago Cunha · 15 years ago
  38. 6b148c8 No TAILQ_REPLACE on NetBSD. by Nicholas Marriott · 15 years ago
  39. 6317046 Use cmd_prarg to include "s when necessary. by Nicholas Marriott · 15 years ago
  40. 5d1b688 Convert hidden flag to a full flags word for the status line and add a flag to by Nicholas Marriott · 15 years ago
  41. 1f2d9e6 +=. by Nicholas Marriott · 15 years ago
  42. d8a35ff Perform some black and midnight cpp witchcraft to get rid of GRID_DEBUG, to fix by Nicholas Marriott · 15 years ago
  43. 8509655 Missing Ar. by Nicholas Marriott · 15 years ago
  44. ddf2efe Update commands, and options. by Tiago Cunha · 15 years ago
  45. e397e3a - Add alias to the break-pane command. by Tiago Cunha · 15 years ago
  46. c80ad45 Avoid using the prompt history when the server is locked, and prevent any by Tiago Cunha · 15 years ago
  47. 058772e - confirm-before command. by Tiago Cunha · 15 years ago
  48. 7d6896a Support NEL. by Nicholas Marriott · 15 years ago
  49. 5fbdca8 Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSD by Nicholas Marriott · 15 years ago
  50. a91ecf4 Note it. by Nicholas Marriott · 15 years ago
  51. f8771a5 Gearing up for 0.9.... by Nicholas Marriott · 15 years ago
  52. ba3ad75 Mouse supprot isn't so bad. by Nicholas Marriott · 15 years ago
  53. 22b44cb 0.9 here we go. by Nicholas Marriott · 15 years ago
  54. 9d157d7 Ready for 0.8. by Nicholas Marriott · 15 years ago
  55. fb2e65a Document panes stuff. by Nicholas Marriott · 15 years ago
  56. c962ee0 Update NOTES. by Nicholas Marriott · 15 years ago
  57. 4641cf3 Document set-remain-on-exit. by Nicholas Marriott · 16 years ago
  58. 73e375f Document break-pane. by Nicholas Marriott · 16 years ago
  59. 054edf7 Document status-keys. by Nicholas Marriott · 16 years ago
  60. 9cfb958 Move some bits about and add some other bits. by Nicholas Marriott · 16 years ago
  61. f9af6f7 Document -L and -8, fix synopsis. by Nicholas Marriott · 16 years ago
  62. 2ab713a Document -r to bind key. by Nicholas Marriott · 16 years ago
  63. 750b810 Remove the right number of characters from the buffer when escape then a cursor by Nicholas Marriott · 16 years ago
  64. 4898ee1 Add mailing lists. by Nicholas Marriott · 16 years ago
  65. 844f616 Update TODO; fix a comment; better screenshot. by Nicholas Marriott · 16 years ago
  66. 9be1cb5 A flag missed. by Nicholas Marriott · 16 years ago
  67. 325d43e rotate-window command. by Nicholas Marriott · 16 years ago
  68. e0eff35 +screenshot. by Nicholas Marriott · 16 years ago
  69. 57d99d9 09. by Nicholas Marriott · 16 years ago
  70. f8db852 Treat flags properly. by Nicholas Marriott · 16 years ago
  71. 8216f7b swap-pane command. by Nicholas Marriott · 16 years ago
  72. 089f090 I can haz screenshots. by Nicholas Marriott · 16 years ago
  73. 6de6f4c Some stuff is done. by Nicholas Marriott · 16 years ago
  74. 3834f09 Update TODO. by Nicholas Marriott · 16 years ago
  75. 72dab09 Don't continue to write into panes that are scheduled for redraw. by Nicholas Marriott · 16 years ago
  76. 15f2491 Don't permit resizing except in manual mode. by Nicholas Marriott · 16 years ago
  77. dbf52fa Change scroll/pane redraws to only redraw the single pane affected rather than by Nicholas Marriott · 16 years ago
  78. 84cde92 If redrawing the region would mean redrawing > half the pane, just schedule to by Nicholas Marriott · 16 years ago
  79. b38f660 Fake warnx(). by Nicholas Marriott · 16 years ago
  80. 91bc683 - Allow switching to hidden windows (for active-only layout). by Nicholas Marriott · 16 years ago
  81. 4748534 Only redraw screen when not hidden. Heh. by Nicholas Marriott · 16 years ago
  82. 3932da2 Better errno, from joshe. by Nicholas Marriott · 16 years ago
  83. d4947fc Handle 0 panes better. by Nicholas Marriott · 16 years ago
  84. 673290d Adjust mouse for x offset. by Nicholas Marriott · 16 years ago
  85. 15362ef Don't need to refresh layout here. Also don't redraw over status line. by Nicholas Marriott · 16 years ago
  86. a45e331 Tweak to CHANGES. by Nicholas Marriott · 16 years ago
  87. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  88. 6789b33 UTF-8 is now fine, and AIX works. by Nicholas Marriott · 16 years ago
  89. 64bfe09 0.8. by Nicholas Marriott · 16 years ago
  90. 0c61b35 Update www. by Nicholas Marriott · 16 years ago
  91. c4ac39f +UTF-8 fixed to CHANGES. by Nicholas Marriott · 16 years ago
  92. 75012d5 Close .tmux.conf... DOH. by Nicholas Marriott · 16 years ago
  93. 907bec6 FD_CLOEXEC more fds. Still one I can't find... by Nicholas Marriott · 16 years ago
  94. d13add8 More AIX tweaks. by Nicholas Marriott · 16 years ago
  95. 92594c8 Update CHANGES. by Nicholas Marriott · 16 years ago
  96. 3576ce6 Missing \. by Nicholas Marriott · 16 years ago
  97. 8c36db6 AIX forkpty. by Nicholas Marriott · 16 years ago
  98. 792b28e Most of AIX support. by Nicholas Marriott · 16 years ago
  99. 6c27f1c Draw vertical line on the right when window size is limited. by Nicholas Marriott · 16 years ago
  100. 9bdba2e Er, i should be j and c should be u. by Nicholas Marriott · 16 years ago