1. 0ec1ce0 Sync OpenBSD patchset 322: by Tiago Cunha · 15 years ago
  2. 6f9a2ee Sync OpenBSD patchset 260: by Tiago Cunha · 15 years ago
  3. 98e9e09 Sync OpenBSD patchset 259: by Tiago Cunha · 15 years ago
  4. 88b83be Sync OpenBSD patchset 220: by Tiago Cunha · 15 years ago
  5. de7483a Sync OpenBSD patchset 192: by Tiago Cunha · 15 years ago
  6. 1c73e75 Sync OpenBSD patchset 190: by Tiago Cunha · 15 years ago
  7. 920b9c5 Sync OpenBSD patchset 189: by Tiago Cunha · 15 years ago
  8. 1880b83 Sync OpenBSD patchset 188: by Tiago Cunha · 15 years ago
  9. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  10. 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
  11. 4428987 * Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode. by Nicholas Marriott · 16 years ago
  12. 2af5244 -u to start with screen scrolled up. by Nicholas Marriott · 16 years ago
  13. 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
  14. 6146cab Use reverse so status line etc works in terminals w/o colour. by Nicholas Marriott · 16 years ago
  15. 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
  16. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  17. 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
  18. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  19. f07cedf Rename some functions. by Nicholas Marriott · 16 years ago
  20. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  21. 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
  22. c4d09c0 Convert 0x70 -> 0x88. by Nicholas Marriott · 16 years ago
  23. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
  24. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  25. 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
  26. 7dc18f6 set/reset mode window functions. by Nicholas Marriott · 17 years ago
  27. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  28. 80e30f6 Minor tweaks/missed bits. by Nicholas Marriott · 17 years ago
  29. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  30. 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 17 years ago
  31. df7be0d Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode. by Nicholas Marriott · 17 years ago
  32. 1e5cb8d Free entire screen when destroyed. by Nicholas Marriott · 17 years ago
  33. d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
  34. acb3661 Scrollable win for command output. by Nicholas Marriott · 17 years ago
  35. 24c3995 Redo screen.c functions to make them readable and more flexible. Make scroll mode only redraw waht it needs. by Nicholas Marriott · 17 years ago
  36. df15873 Fast up/down line scroll. by Nicholas Marriott · 17 years ago
  37. d5edaf9 Horizontal history/scrolling. by Nicholas Marriott · 17 years ago
  38. ad15419 Fix use-after-free. by Nicholas Marriott · 17 years ago
  39. 4f8ed29 Only redraw if offset changed. by Nicholas Marriott · 17 years ago
  40. c424ef3 Scroll data should be per-window not global. by Nicholas Marriott · 17 years ago
  41. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago