DUMB: support tex fonts
TODO: /*TODO: the xlceararea/xfillrectangle below don't take scroll offste into account, ask mikachu for details */
+00:25:39 <Mikachu> put your prompt around the middle row in the terminal
+ and while sleep 0.1; do printf '\e[J'; done
+00:26:31 <schmorp> i assume scorllttyoutput or so wouldinterfere?
+
TODO: cursor over overlays, when focus change?
- the aterm code now frees the as visual and image manager objects
if (mapped)
XClearArea (dpy, vt, 0,
- Row2Pixel (row), (unsigned int)width,
+ Row2Pixel (row - view_start), (unsigned int)width,
(unsigned int)Height2Pixel (num), False);
}
else
gcvalue.foreground = pix_colors[bgcolor_of (rstyle)];
XChangeGC (dpy, gc, GCForeground, &gcvalue);
XFillRectangle (dpy, vt, gc,
- 0, Row2Pixel (row),
+ 0, Row2Pixel (row - view_start),
(unsigned int)width,
(unsigned int)Height2Pixel (num));
gcvalue.foreground = pix_colors[Color_fg];