1. 545893d Sync OpenBSD patchset 142: by Tiago Cunha · 15 years ago
  2. 1e574bb Get rid of the PANE_HIDDEN flag in favour of a function, and moving the by Nicholas Marriott · 15 years ago
  3. 91bc683 - Allow switching to hidden windows (for active-only layout). by Nicholas Marriott · 16 years ago
  4. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  5. 03d531e Move sx,sy into tty rather than client. by Nicholas Marriott · 16 years ago
  6. 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
  7. 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
  8. 73d1558 status-lines -> status, prefix-key -> prefix by Nicholas Marriott · 16 years ago
  9. 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
  10. 62d7ad2 Clear blank area properly on redraw, and add a marker line below it. by Nicholas Marriott · 16 years ago
  11. 9580695 Clear clients with flag too. by Nicholas Marriott · 16 years ago
  12. 367e002 New flag: aggressize resize. Resize window when to size of smallest session for which it is _current_ window. by Nicholas Marriott · 16 years ago
  13. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  14. cea201d Don't die if no dst window and -k to linkw. by Nicholas Marriott · 16 years ago
  15. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  16. b10bd51 Clear before resize. by Nicholas Marriott · 17 years ago
  17. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  18. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  19. ceab127 Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback. by Nicholas Marriott · 17 years ago
  20. de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
  21. 6f2edda Have resize update a SESSION_UNATTACHED flag. by Nicholas Marriott · 17 years ago
  22. 5c54e0b Don't accept UINT_MAX as size if no clients/sessions. by Nicholas Marriott · 17 years ago
  23. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago