richterm

"terminal emulator" with support for text fonts and images for plan9
git clone git://nsmpr.xyz/richterm.git
Log | Files | Refs | README

commit 16147bfd6a08ac6e19fe4450d778035156c3faa2
parent df12afe536cb184c5dee6194b657eb9dc5f76b58
Author: Pavel Renev <an2qzavok@gmail.com>
Date:   Sat,  9 Apr 2022 18:55:09 +0000

wipe drawcache on resize

Diffstat:
Mrichterm.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/richterm.c b/richterm.c @@ -509,6 +509,7 @@ send_interrupt(void) void resize(void) { + drawcache->count = 0; rich.rs = Rpt( addpt(Pt(1,1), screen->r.min), Pt(screen->r.min.x + 13, screen->r.max.y - 1)