WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
DUMB: support tex fonts
+7.4
+ - screen background wasn't always erased properly when scrolling.
+
7.3a Thu Jan 26 01:08:25 CET 2006
- removed stoopid debugging message.
// erase newly scrolled-in lines
for (int i = count; i--; )
- {
- // basically this is a slightly optimized scr_blank_screen_mem
- // it is worth the effort on slower machines
- line_t &l = ROW(nrow - 1 - i);
-
- scr_blank_line (l, 0, l.l, rstyle);
-
- l.l = 0;
- l.f = 0;
- }
+ scr_blank_screen_mem (ROW(nrow - 1 - i), rstyle);
// now copy lines below the scroll region bottom to the
// bottom of the screen again, so they look as if they