1. c6bd9e2 Allow status, mode and message attributes to be changed by three new options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink by Nicholas Marriott · 16 years ago
  2. d697090 +nitems. by Nicholas Marriott · 16 years ago
  3. a239d80 Don't reuse index variable. by Nicholas Marriott · 16 years ago
  4. 9cde0c2 Be more clever about picking window name. by Nicholas Marriott · 16 years ago
  5. 4d7e555 Don't screw up UTF-8 combined characters. by Nicholas Marriott · 16 years ago
  6. 514adbd Update. by Nicholas Marriott · 16 years ago
  7. 7c8cd81 Typos. by Nicholas Marriott · 16 years ago
  8. f62ed6a load-buffer command by Tiago Cunha · 17 years ago
  9. d60ad6f Make the caller responsible for allocating memory for the paste buffer data by Tiago Cunha · 17 years ago
  10. 3290324 +CHANGES. by Nicholas Marriott · 17 years ago
  11. e0861a2 Missed a reverse. by Nicholas Marriott · 17 years ago
  12. 6146cab Use reverse so status line etc works in terminals w/o colour. by Nicholas Marriott · 17 years ago
  13. d2cfbc6 Raise some limits to INT_MAX, SHRT_MAX is too low. by Nicholas Marriott · 17 years ago
  14. 7dab6f3 Add -a properly. by Nicholas Marriott · 17 years ago
  15. 2cbd21e Fix this properly... by Nicholas Marriott · 17 years ago
  16. 374b0d8 Fix next/previous page. DOH. by Nicholas Marriott · 17 years ago
  17. 4d9af27 Better error messages for fork. by Nicholas Marriott · 17 years ago
  18. 3f17191 Return 1 on error. Doh. by Nicholas Marriott · 17 years ago
  19. 773b574 Return -1 on error. by Nicholas Marriott · 17 years ago
  20. af5bc51 Update TODO. by Nicholas Marriott · 17 years ago
  21. 392e135 Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up by Nicholas Marriott · 17 years ago
  22. 9acc267 new-window -k. by Nicholas Marriott · 17 years ago
  23. 19987fe Bring back -p and -l to splitw to specify height as % or nlines. by Nicholas Marriott · 17 years ago
  24. 7118baa Allow a selection in vi keys mode... by Nicholas Marriott · 17 years ago
  25. 48510fb Dont overload DEBUG, use FDEBUG. by Nicholas Marriott · 17 years ago
  26. 8c259f5 Darwin support for automatic-rename, from joshe. by Nicholas Marriott · 17 years ago
  27. caa93f0 Whoops. Ic not It. by Nicholas Marriott · 17 years ago
  28. 670bba1 Darwin too. by Nicholas Marriott · 17 years ago
  29. 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 17 years ago
  30. d4f034b Die properly with warning. by Nicholas Marriott · 17 years ago
  31. 2afa8eb Fix various silly problems with status line off. by Nicholas Marriott · 17 years ago
  32. 94471aa Use reverse rather than background which doesn't show up when terminal doesn't by Nicholas Marriott · 17 years ago
  33. 5e55b28 Bump protocol. by Nicholas Marriott · 17 years ago
  34. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 17 years ago
  35. 5f6a351 Start the first client with a special socketpair so it is already known to the by Nicholas Marriott · 17 years ago
  36. 95323a6 Leftover label. by Nicholas Marriott · 17 years ago
  37. 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 17 years ago
  38. 7bc8be0 A couple of trivial optimisations. by Nicholas Marriott · 17 years ago
  39. 9690d9d Reset tty saved data on resize. by Nicholas Marriott · 17 years ago
  40. ac8ae12 +. by Nicholas Marriott · 17 years ago
  41. 1fa36b2 Use the right size. by Nicholas Marriott · 17 years ago
  42. d1988b8 This is done. by Nicholas Marriott · 17 years ago
  43. 95b1434 Don't die when run non-interactively. DOH. by Nicholas Marriott · 17 years ago
  44. d1a5fde -a flags to next/previous window. by Nicholas Marriott · 17 years ago
  45. 99bb795 Show tty flags too. by Nicholas Marriott · 17 years ago
  46. 3efd1f5 find-window command. by Nicholas Marriott · 17 years ago
  47. 6384c60 Remove object files in the compat directory. by Tiago Cunha · 17 years ago
  48. b45c37e Add note about the syntax file. by Tiago Cunha · 17 years ago
  49. 0691217 These should be u_int. by Nicholas Marriott · 17 years ago
  50. ed6f44b FreeBSD needs compat/vis.c. by Nicholas Marriott · 17 years ago
  51. f62d58e Update with new features. by Nicholas Marriott · 17 years ago
  52. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 17 years ago
  53. c4d5989 This is fixed. by Nicholas Marriott · 17 years ago
  54. efb62d4 Show (attached) for attached sessions. by Nicholas Marriott · 17 years ago
  55. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 17 years ago
  56. 273d630 Update for 0.7. by Nicholas Marriott · 17 years ago
  57. c623d42 Update. by Nicholas Marriott · 17 years ago
  58. 0e197b4 Tidy a few warnings. by Nicholas Marriott · 17 years ago
  59. ff61eee Don't use [4] since they are confusing and use the right size for memset. DOH. by Nicholas Marriott · 17 years ago
  60. d582017 Actually remove the key binding from the tree when freeing it. by Nicholas Marriott · 17 years ago
  61. f3b1a78 xterm-keys added by Tiago Cunha · 17 years ago
  62. 7b46965 Add note about configuration breakage. by Nicholas Marriott · 17 years ago
  63. 0fd60e9 Whoops, take out debugging. by Nicholas Marriott · 17 years ago
  64. f3edf28 Don't die when last window either. by Nicholas Marriott · 17 years ago
  65. 1237025 Document xterm-keys by Nicholas Marriott · 17 years ago
  66. f10977a choose-{session,window}, and repeat-time added by Tiago Cunha · 17 years ago
  67. 5fefd9d Document repeat-time. by Tiago Cunha · 17 years ago
  68. 8b0a7c0 Document choose-*. by Nicholas Marriott · 17 years ago
  69. f8c5d13 Update. by Nicholas Marriott · 17 years ago
  70. 9ebeedd Tweak a little bit. by Nicholas Marriott · 17 years ago
  71. e4cf738 Add tabs. by Nicholas Marriott · 17 years ago
  72. 24d0420 Example configuration with some screen bindings. by Nicholas Marriott · 17 years ago
  73. e78b7c8 Document command-prompt template string, and panes commands. From nicm and me. by Tiago Cunha · 17 years ago
  74. 32e3759 Don't die on kill-window. by Nicholas Marriott · 17 years ago
  75. 68aedad Some comments. by Nicholas Marriott · 17 years ago
  76. 5aa3098 Support #S #H in status-left/right. by Nicholas Marriott · 17 years ago
  77. 3f20549 Reorder a bit. by Nicholas Marriott · 17 years ago
  78. 5bd33f5 Document default-path, and update set/setw with the -u flag. From nicm and me. by Tiago Cunha · 17 years ago
  79. 94e9ebb Recalculate sizes and don't redraw if unnecessary. by Nicholas Marriott · 17 years ago
  80. 0b2a2a7 Show number of panes. by Nicholas Marriott · 17 years ago
  81. 601667f Be a bit more helpful. by Nicholas Marriott · 17 years ago
  82. cb686d0 Whoops. Shut up gcc. by Nicholas Marriott · 17 years ago
  83. d29ca39 Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list. by Nicholas Marriott · 17 years ago
  84. c5c4cc7 Style/add printflike. by Nicholas Marriott · 17 years ago
  85. 8542a97 Increment retries. by Nicholas Marriott · 17 years ago
  86. 668dac5 Retry properly when failed to connect. by Nicholas Marriott · 17 years ago
  87. a1cb652 Update. by Nicholas Marriott · 17 years ago
  88. a3ec1e0 Whoops, make this work properly. by Nicholas Marriott · 17 years ago
  89. 7bcf9a1 Darwin needs vis.c as well. by Nicholas Marriott · 17 years ago
  90. f57891d Spell check. by Nicholas Marriott · 17 years ago
  91. 7c3da8b Update NOTES. by Nicholas Marriott · 17 years ago
  92. 0887e72 Update NOTES. by Nicholas Marriott · 17 years ago
  93. 14ed415 Prettify the key strings a little. by Nicholas Marriott · 17 years ago
  94. 3ad1fec Repeat for last-window is useless and annoying, take it off. by Nicholas Marriott · 17 years ago
  95. d4296cb Make last-window repeatable too; update my configuration backup, er, example. by Nicholas Marriott · 17 years ago
  96. a89d1c5 Split windows are done. by Nicholas Marriott · 17 years ago
  97. 4e2b640 Unbreak prefix as binding. by Nicholas Marriott · 17 years ago
  98. 78c9675 Rename some flags I'm not happy about. by Nicholas Marriott · 17 years ago
  99. 145b268 Whoops, stray line. by Nicholas Marriott · 17 years ago
  100. 97fef89 Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. by Nicholas Marriott · 17 years ago