1. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 18 years ago
  2. 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 · 18 years ago
  3. acb3661 Scrollable win for command output. by Nicholas Marriott · 18 years ago
  4. 9a6e47c Initial history support. by Nicholas Marriott · 18 years ago
  5. 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 · 18 years ago
  6. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 18 years ago
  7. 54d01c1 Two-column display for on-line print. by Nicholas Marriott · 18 years ago
  8. 6859306 Ooops use ->client here, not cmdclient. by Nicholas Marriott · 18 years ago
  9. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 18 years ago
  10. 4ba3cf6 Reorg window data structures. Add an intermediate data type (struct winlink) to hold index and make sessions hold a RB tree of them rather than a fixed array. by Nicholas Marriott · 18 years ago
  11. 21c17da Remove freed keys from array. by Nicholas Marriott · 18 years ago
  12. 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 18 years ago
  13. 94f003b Refresh session command. by Nicholas Marriott · 18 years ago
  14. f3404ee send-prefix command. by Nicholas Marriott · 18 years ago
  15. 11bc0ee Whoops, FREE not FREEALL. by Nicholas Marriott · 18 years ago
  16. ff56ed7 Nuke ?. by Nicholas Marriott · 18 years ago
  17. 225e07f Select window command. by Nicholas Marriott · 18 years ago
  18. 292ad55 List keys command. by Nicholas Marriott · 18 years ago
  19. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 18 years ago
  20. 7ba01f6 New window command. by Nicholas Marriott · 18 years ago
  21. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 18 years ago