richterm

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

commit 3ee6b92c42720d38dcf7f50bfd97b21e08d41404
parent c6c93f06fe54fca3b49a696b56751e66b6802c53
Author: Pavel Renev <an2qzavok@gmail.com>
Date:   Sat, 21 Aug 2021 20:18:58 +0000

retvrn scrolling

Diffstat:
MTODO | 2+-
Mrichterm.c | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO @@ -1 +1 @@ -Retvrn scrolling, selecting, object removal and screen clearing. +Retvrn selecting, object removal and screen clearing. diff --git a/richterm.c b/richterm.c @@ -608,6 +608,7 @@ newdraw(void) op = arrayget(rich.objects, i); drawobject(*op, &cur); } + rich.page.max = cur; qunlock(rich.text->l); qunlock(rich.l); } \ No newline at end of file