1. 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
  2. 0be6a30 Style: ry_* -> r* by Nicholas Marriott · 17 years ago
  3. 514d6fa Accept colours as strings. by Nicholas Marriott · 17 years ago
  4. 1e252b9 Wrap lines properly. by Nicholas Marriott · 17 years ago
  5. f2b18ac Don't resize if sx AND sy haven't changed. Also tweak some logging, and reset attrs after clear. by Nicholas Marriott · 17 years ago
  6. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  7. 872696f Pass attributes around as flags rather than as a list of escape codes. by Nicholas Marriott · 17 years ago
  8. 9d563c3 Destroy screens properly. by Nicholas Marriott · 17 years ago
  9. 34eb154 Grr missed one. by Nicholas Marriott · 17 years ago
  10. e30a347 Whoooops. lower not upper. by Nicholas Marriott · 17 years ago
  11. 32f1770 Dl/Il should follow scrolling region. by Nicholas Marriott · 17 years ago
  12. 3d6c324 Spc fix. by Nicholas Marriott · 17 years ago
  13. a777c06 Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These will be reqd for status line(s). by Nicholas Marriott · 17 years ago
  14. aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
  15. 1fefbb7 Pass through backspace for now. by Nicholas Marriott · 17 years ago
  16. 24b978a Don't resize unless size changed. by Nicholas Marriott · 17 years ago
  17. 48ab208 Tweak comment; use sizeof. by Nicholas Marriott · 17 years ago
  18. fc63750 Scrolling region. by Nicholas Marriott · 17 years ago
  19. 565ba00 Don't scroll screen until trying to write beyond limits. by Nicholas Marriott · 17 years ago
  20. b9de906 We use screen now, not ansi. by Nicholas Marriott · 17 years ago
  21. 73d7b70 Update to be more readable and hopefully lose memory problems. by Nicholas Marriott · 17 years ago
  22. 98642e9 +. by Nicholas Marriott · 17 years ago
  23. 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
  24. a3bfe20 Some code tidying, use macros in a few more places. by Nicholas Marriott · 17 years ago
  25. a41ece5 Initial import to CVS. Basic functions are working, albeit with a couple of showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation. by Nicholas Marriott · 17 years ago