richterm

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

commit 9412d8b2e3bb1dba331e4737053f9ac4a6df1c3a
parent 89268a83ad9307fffe6d06bfa4ce3e45a203ccec
Author: Pavel Renev <an2qzavok@gmail.com>
Date:   Tue, 15 Mar 2022 19:55:34 +0000

remove debug print

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

diff --git a/richterm.c b/richterm.c @@ -584,8 +584,6 @@ rfollow(void *v) arraygrow(a, strlen(e->link), e->link); arraygrow(a, 1, "\n"); - fprint(2, "rfollow: sending %p link %s\n", a, e->str); - nbsend(ctlc, &a); }