1. bc23610 Sync OpenBSD patchset 374: by Tiago Cunha · 15 years ago
  2. 6a1ebb1 Sync OpenBSD patchset 371: by Tiago Cunha · 15 years ago
  3. b5d23ef Sync OpenBSD patchset 351: by Tiago Cunha · 15 years ago
  4. 1310ea2 Sync OpenBSD patchset 347: by Tiago Cunha · 15 years ago
  5. 3266fb5 Sync OpenBSD patchset 332: by Tiago Cunha · 15 years ago
  6. 0ec1ce0 Sync OpenBSD patchset 322: by Tiago Cunha · 15 years ago
  7. c272de7 Sync OpenBSD patchset 318: by Tiago Cunha · 15 years ago
  8. 5edc465 Sync OpenBSD patchset 317: by Tiago Cunha · 15 years ago
  9. 3b944fe Sync OpenBSD patchset 307: by Tiago Cunha · 15 years ago
  10. ce5c441 Sync OpenBSD patchset 304: by Tiago Cunha · 15 years ago
  11. ed3535d Sync OpenBSD patchset 302: by Tiago Cunha · 15 years ago
  12. 1292540 Sync OpenBSD patchset 276: by Tiago Cunha · 15 years ago
  13. 2a5f08c Sync OpenBSD patchset 265: by Tiago Cunha · 15 years ago
  14. 646d6a9 Sync OpenBSD patchset 261: by Tiago Cunha · 15 years ago
  15. 167a8c9 Sync OpenBSD patchset 229: by Tiago Cunha · 15 years ago
  16. 88b83be Sync OpenBSD patchset 220: by Tiago Cunha · 15 years ago
  17. 09c6432 Sync OpenBSD patchset 207: by Tiago Cunha · 15 years ago
  18. de7483a Sync OpenBSD patchset 192: by Tiago Cunha · 15 years ago
  19. 920b9c5 Sync OpenBSD patchset 189: by Tiago Cunha · 15 years ago
  20. 1880b83 Sync OpenBSD patchset 188: by Tiago Cunha · 15 years ago
  21. 46cb0de Sync OpenBSD patchset 187: by Tiago Cunha · 15 years ago
  22. 2aa4d47 Sync OpenBSD patchset 183: by Tiago Cunha · 15 years ago
  23. 6a97901 Sync OpenBSD patchset 153: by Tiago Cunha · 15 years ago
  24. 9a07e8f Sync OpenBSD patchset 147: by Tiago Cunha · 15 years ago
  25. e895700 Sync OpenBSD patchset 146: by Tiago Cunha · 15 years ago
  26. ae7dda1 - New command display-message (alias display) to display a message in the by Tiago Cunha · 15 years ago
  27. 441c118 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  28. ac55534 Remove some duplicate code that was causing the status line to be redrawn even by Nicholas Marriott · 15 years ago
  29. 222b8e6 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  30. ff90170 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
  31. ff500b4 For some reason when clearing status/message it was redrawing the entire client by Nicholas Marriott · 15 years ago
  32. 72d56bd Instead of faking up a status line in status_redraw, use the same code to by Nicholas Marriott · 15 years ago
  33. 5ef5bd7 Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  34. 9f06533 $Id$. by Nicholas Marriott · 15 years ago
  35. de2ea2d Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 15 years ago
  36. bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
  37. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  38. 418128b If the prompt is hidden or a password is sent with -U, zero it before freeing by Nicholas Marriott · 15 years ago
  39. 28bcf77 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
  40. 1e06ec4 Add a UTF-8 aware string length function and make UTF-8 in by Nicholas Marriott · 15 years ago
  41. 17a6c01 Don't show real character under cursor when hidden. Doh. by Nicholas Marriott · 15 years ago
  42. 80af85a - New window option monitor-content to search for a string in a window, and by Tiago Cunha · 15 years ago
  43. 6805217 Move dist.mk to tools/. by Nicholas Marriott · 15 years ago
  44. 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 · 15 years ago
  45. f1bd380 Everything supported has working vsnprintf. by Nicholas Marriott · 15 years ago
  46. c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 15 years ago
  47. 5d1b688 Convert hidden flag to a full flags word for the status line and add a flag to by Nicholas Marriott · 15 years ago
  48. c80ad45 Avoid using the prompt history when the server is locked, and prevent any by Tiago Cunha · 15 years ago
  49. 95c8c04 Redo mode keys slightly more cleanly and apply them to command prompt editing. vi or emacs mode is controlled by the session option status-keys. by Nicholas Marriott · 16 years ago
  50. 0450b4a Move status prompt/message init and teardown into status.c. by Nicholas Marriott · 16 years ago
  51. 03d531e Move sx,sy into tty rather than client. by Nicholas Marriott · 16 years ago
  52. b373993 Don't redraw status line unless it has actually changed. Stops extraneous by Nicholas Marriott · 16 years ago
  53. 804beb9 Support commands with right parenthesis. From nicm and me. by Tiago Cunha · 16 years ago
  54. 882316a Set colour of window entry in status line based on window options. by Nicholas Marriott · 16 years ago
  55. 2bb499c Support #(command) in status-left, and status-right. by Tiago Cunha · 16 years ago
  56. 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
  57. 6146cab Use reverse so status line etc works in terminals w/o colour. by Nicholas Marriott · 16 years ago
  58. 2afa8eb Fix various silly problems with status line off. by Nicholas Marriott · 16 years ago
  59. 94471aa Use reverse rather than background which doesn't show up when terminal doesn't by Nicholas Marriott · 16 years ago
  60. 0e197b4 Tidy a few warnings. by Nicholas Marriott · 16 years ago
  61. 5aa3098 Support #S #H in status-left/right. by Nicholas Marriott · 16 years ago
  62. b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
  63. 7cd3cf0 Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. by Nicholas Marriott · 16 years ago
  64. 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
  65. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  66. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  67. 622d4de Give up the farce of caring about any keys aside from the ones in the screen termcap and the ones termcap doesn't handle that we hardcode manually. by Nicholas Marriott · 16 years ago
  68. 4924d8e +comment. by Nicholas Marriott · 16 years ago
  69. 0314e76 Stray debug message. by Nicholas Marriott · 16 years ago
  70. 4af8db9 Complete option names as well. by Nicholas Marriott · 16 years ago
  71. 9cddd79 Prompt history. by Nicholas Marriott · 16 years ago
  72. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  73. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
  74. 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 16 years ago
  75. b0d8393 Clear status bar cell. by Nicholas Marriott · 16 years ago
  76. 62457bc Trim. by Nicholas Marriott · 16 years ago
  77. 44b368e time.h by Nicholas Marriott · 16 years ago
  78. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  79. 6674197 Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/. by Nicholas Marriott · 16 years ago
  80. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  81. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  82. 9043fe8 Fix scrolling. by Nicholas Marriott · 16 years ago
  83. b69f4a3 Split internal status-colour into status-fg/status-bg options and lose workarounds in set-option stuff. by Nicholas Marriott · 16 years ago
  84. e704d6a IRIX fixes, sort of partly work. by Nicholas Marriott · 16 years ago
  85. 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
  86. c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 16 years ago
  87. e70e951 Simple tab completion of option names in command prompt. by Nicholas Marriott · 16 years ago
  88. ead089e Use a fake cursor to avoid problems with real one when activity happens in window. by Nicholas Marriott · 16 years ago
  89. 73d1558 status-lines -> status, prefix-key -> prefix by Nicholas Marriott · 16 years ago
  90. 471e376 Handle empty strings as escape. by Nicholas Marriott · 16 years ago
  91. 6d9eaa6 No space after prompt. by Nicholas Marriott · 16 years ago
  92. c3b7a49 Editable prompt. Not used for anything yet. More to come. by Nicholas Marriott · 16 years ago
  93. 9ef5bdc Show status messages without blocking the server. by Nicholas Marriott · 16 years ago
  94. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  95. f9dedfc Fix a couple of bugs. Handle 0 width properly (w/o overflow), and draw left < in the right place. by Nicholas Marriott · 16 years ago
  96. 2d3ea8b Display <> for more windows and highlight if activity. by Nicholas Marriott · 16 years ago
  97. ee32d19 Scroll status line to show windows off-screen. by Nicholas Marriott · 16 years ago
  98. 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
  99. 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
  100. d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago