1. c21ffbc left-vertical -> main-vertical. Also update CHANGES/TODO. by Nicholas Marriott · 16 years ago
  2. 6e4b947 New option main-pane-width to set width of pane in left-vertical mode. by Nicholas Marriott · 16 years ago
  3. 3ee4b33 manual -> manual-vertical. by Nicholas Marriott · 16 years ago
  4. 404411f horizontal -> h, vertical -> v, to shorten some function names a little. by Nicholas Marriott · 16 years ago
  5. d601c42 Behave properly when resize not supported. by Nicholas Marriott · 16 years ago
  6. b233616 Update TODO. by Nicholas Marriott · 16 years ago
  7. 5518b61 manual -> manual-vertical. by Nicholas Marriott · 16 years ago
  8. ab4e5e8 Clean up manual layout code: by Nicholas Marriott · 16 years ago
  9. b6b00c5 Fix comment. by Nicholas Marriott · 16 years ago
  10. 2f5c3d8 #undef everything in config.h. This is the only bit of the scripting work I am by Nicholas Marriott · 16 years ago
  11. a03cf0e +b on fopen. by Nicholas Marriott · 16 years ago
  12. d2275f4 chmod +x configure by Nicholas Marriott · 16 years ago
  13. 0c33b73 Move some crap into the attic, and some other stuff into tools/. by Nicholas Marriott · 16 years ago
  14. 8dc73f2 Move website stuff into its own directory. by Nicholas Marriott · 16 years ago
  15. 6805217 Move dist.mk to tools/. by Nicholas Marriott · 16 years ago
  16. 0f5168f Use >|. by Nicholas Marriott · 16 years ago
  17. c111310 Use a better variable name and allow the uname to be overridden. by Nicholas Marriott · 16 years ago
  18. d58bfe5 clean-all. by Nicholas Marriott · 16 years ago
  19. 095f16d clean-all target to clean configure stuff too. by Nicholas Marriott · 16 years ago
  20. 25911d3 Use empty(), FreeBSD doesn't like ==. by Nicholas Marriott · 16 years ago
  21. 1001902 select-layout command and some key bindings. by Nicholas Marriott · 16 years ago
  22. 03af7c9 Recreate server socket on SIGUSR1, per SF feature request 2792533. by Nicholas Marriott · 16 years ago
  23. 92de1ad putenv can be char *. by Nicholas Marriott · 16 years ago
  24. 0b54a2d Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases we can't avoid using a char *. by Nicholas Marriott · 16 years ago
  25. 8913d85 +sfw for solaris too. by Nicholas Marriott · 16 years ago
  26. 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
  27. 8931f00 Separate tmux target. Doh. by Nicholas Marriott · 16 years ago
  28. b476fab PuTTY resizing from merdely. by Nicholas Marriott · 16 years ago
  29. 96ca072 clear-history command. by Nicholas Marriott · 16 years ago
  30. cc59ee4 This is okay. by Nicholas Marriott · 16 years ago
  31. dd2f8d7 Don't force wrapping with \n when asked, let the cursor code figure it out. Should fix terminals which use this to detect line breaks. by Nicholas Marriott · 16 years ago
  32. 4b64bd7 It is HAVE_PTY_H, also add a cast to shut gcc up. by Nicholas Marriott · 16 years ago
  33. c495337 HAVE_. by Nicholas Marriott · 16 years ago
  34. cae92a2 Needs a VERSION. by Nicholas Marriott · 16 years ago
  35. 5adb342 SunOS tweaks. by Nicholas Marriott · 16 years ago
  36. 3b0bd5a +. by Nicholas Marriott · 16 years ago
  37. 6099a33 Add distribution stuff back in. by Nicholas Marriott · 16 years ago
  38. 1a86934 NetBSD has no strtonum so needs compat/. by Nicholas Marriott · 16 years ago
  39. 626fe97 NetBSD tree.h has no RB_PREV. by Nicholas Marriott · 16 years ago
  40. 99dee98 Use a variable for uname. by Nicholas Marriott · 16 years ago
  41. db7357f print is redundant. Doh. by Nicholas Marriott · 16 years ago
  42. 5436f6b Sprinkle the magic anti-GCC-suckage for *BSD as well. by Nicholas Marriott · 16 years ago
  43. 1b70993 Move -lutil. by Nicholas Marriott · 16 years ago
  44. a8fe667 Use the right osdep. by Nicholas Marriott · 16 years ago
  45. 9ff8c35 install depends on all. by Nicholas Marriott · 16 years ago
  46. de79ce3 Try to figure out if we are using gcc 4 and get rid of the stupid warning, while not breaking 3.x and 2.x... by Nicholas Marriott · 16 years ago
  47. 6c27e43 compat/bsd-poll.h now we are not doing -Icompat. by Nicholas Marriott · 16 years ago
  48. 41fb824 Sort. by Nicholas Marriott · 16 years ago
  49. ab5273d Don't bother with this. by Nicholas Marriott · 16 years ago
  50. 488a67e Whoops, don't use the name of the rule here now. by Nicholas Marriott · 16 years ago
  51. df9a288 Add a changes entry. by Nicholas Marriott · 16 years ago
  52. 4337a9b Two more to ignore. by Nicholas Marriott · 16 years ago
  53. 78f6b51 $(PROG) is gorn. by Nicholas Marriott · 16 years ago
  54. 522bf77 cmake build files. I wrote these but then decided to keep the cleanup by Nicholas Marriott · 16 years ago
  55. f1bd380 Everything supported has working vsnprintf. by Nicholas Marriott · 16 years ago
  56. c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 16 years ago
  57. e1b4a37 Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again. by Nicholas Marriott · 16 years ago
  58. 792aeb9 Use getopt.c from openssh rather than OpenBSD's getopt_long. by Nicholas Marriott · 16 years ago
  59. 88daeb5 Bye-bye META. by Nicholas Marriott · 16 years ago
  60. 83d984e Works fine, escaping was the issue. by Nicholas Marriott · 16 years ago
  61. b21e356 Spacing. by Nicholas Marriott · 16 years ago
  62. 525bd43 RB_INSERT returns &item if already exists, so use that rather than doing a by Nicholas Marriott · 16 years ago
  63. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  64. 59a5728 This should be fixed by previous commit. by Nicholas Marriott · 16 years ago
  65. 54a5f82 Region can reset cursor to 0,0 - bad if there is an offset. So sort out region before cursor. 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. 827fac4 Support "neww; neww" as well "neww ; neww". by Nicholas Marriott · 16 years ago
  69. 044e6f7 previous-layout command. by Nicholas Marriott · 16 years ago
  70. a6f2d82 Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkill by Nicholas Marriott · 16 years ago
  71. 4a74349 static const. by Nicholas Marriott · 16 years ago
  72. a583bbb Display the layout name in window lists. by Nicholas Marriott · 16 years ago
  73. 631f81f DOH. by Nicholas Marriott · 16 years ago
  74. 5732d66 Indentation. by Nicholas Marriott · 16 years ago
  75. eccaaee cvs add is often a good move. by Nicholas Marriott · 16 years ago
  76. cdf472f Merge resize-pane-{up,down} into resize-pane. by Nicholas Marriott · 16 years ago
  77. a3f7928 Oops, revert - need u_char. by Nicholas Marriott · 16 years ago
  78. 38a33ad Don't need cp. by Nicholas Marriott · 16 years ago
  79. 71a903d This should be fixed now. by Nicholas Marriott · 16 years ago
  80. 91241f1 Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. by Nicholas Marriott · 16 years ago
  81. ce989a9 /* $Id$ */ by Nicholas Marriott · 16 years ago
  82. 8aa72ac tmux doesn't care about setres[ug]id. by Nicholas Marriott · 16 years ago
  83. 2b967aa getopt_long.c not getopt.c by Nicholas Marriott · 16 years ago
  84. 74dfb50 Solaris doesn't have TAILQ_REPLACE yet :-(. by Nicholas Marriott · 16 years ago
  85. 3085ca7 Don't need all this %p stuff anymore really. by Nicholas Marriott · 16 years ago
  86. cc9cc1a Some tweaks for Solaris. by Nicholas Marriott · 16 years ago
  87. 323b7cb Ignore tmux*.out as well. by Nicholas Marriott · 16 years ago
  88. f0a716f Use a u_char so top-bit-set update the cursor as well. by Nicholas Marriott · 16 years ago
  89. cd214f8 + item. by Nicholas Marriott · 16 years ago
  90. 7c5f1af Ignore del too. by Nicholas Marriott · 16 years ago
  91. 53dc88e Simplify the code by using the generic _target functions. by Tiago Cunha · 16 years ago
  92. 6b148c8 No TAILQ_REPLACE on NetBSD. by Nicholas Marriott · 16 years ago
  93. 6317046 Use cmd_prarg to include "s when necessary. by Nicholas Marriott · 16 years ago
  94. 5d1b688 Convert hidden flag to a full flags word for the status line and add a flag to by Nicholas Marriott · 16 years ago
  95. 1f2d9e6 +=. by Nicholas Marriott · 16 years ago
  96. d8a35ff Perform some black and midnight cpp witchcraft to get rid of GRID_DEBUG, to fix by Nicholas Marriott · 16 years ago
  97. 8509655 Missing Ar. by Nicholas Marriott · 16 years ago
  98. ddf2efe Update commands, and options. by Tiago Cunha · 16 years ago
  99. e397e3a - Add alias to the break-pane command. by Tiago Cunha · 16 years ago
  100. c80ad45 Avoid using the prompt history when the server is locked, and prevent any by Tiago Cunha · 16 years ago