1. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  2. 7842d29 Revert attempt to fix stray updates, turns out it was clock :-/. by Nicholas Marriott · 16 years ago
  3. 39be570 vi keys from Will Maier. by Nicholas Marriott · 16 years ago
  4. e215e17 Filling with the right attr should be done in screen-display.c. by Nicholas Marriott · 17 years ago
  5. 21d10e6 Use the current attr/colours for filling in new areas, this fixes the echo \\033[35\;46m\\033[2J bug. by Nicholas Marriott · 17 years ago
  6. 8ec9b07 Screen debugging. by Nicholas Marriott · 17 years ago
  7. 4f44b09 Redraw buglets. by Nicholas Marriott · 17 years ago
  8. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  9. 97eca99 Code tidying. by Nicholas Marriott · 17 years ago
  10. c5b1fa9 Shift history up by 10% at a time. by Nicholas Marriott · 17 years ago
  11. 43a05b1 Better fix, handle delete-last-line properly. by Nicholas Marriott · 17 years ago
  12. 4e21786 Don't crash when deleting lines at the end, fixes irssi. by Nicholas Marriott · 17 years ago
  13. c64cf68 Cut memory consumption by only allocating lines when there is actually data on them, and only as much as the right-most data. Everything else is filled in at runtime. by Nicholas Marriott · 17 years ago
  14. 1e5cb8d Free entire screen when destroyed. by Nicholas Marriott · 17 years ago
  15. d5edaf9 Horizontal history/scrolling. by Nicholas Marriott · 17 years ago
  16. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  17. 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