CVS commit: othersrc/usr.bin/gooeymux

"Michael Lorenz" <[email protected]> Tue, 4 Aug 2026 10:02:35 +0000
Newsgroups gmane.os.netbsd.devel.cvs
Message-ID <[email protected]>
Module Name:	othersrc
Committed By:	macallan
Date:		Tue Aug  4 10:02:35 UTC 2026

Added Files:
	othersrc/usr.bin/gooeymux: Makefile README button.c cursor.c draw.c
	    init.c keyboard.c scrollbar.c term.c tinygfx.h window.c
	    wsemul_vt100.c wsemul_vt100_chars.c wsemul_vt100_keys.c
	    wsemul_vt100_subr.c

Log Message:
this is the graphical terminal multiplexer I've been working on


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/usr.bin/gooeymux/Makefile \
    othersrc/usr.bin/gooeymux/README othersrc/usr.bin/gooeymux/button.c \
    othersrc/usr.bin/gooeymux/cursor.c othersrc/usr.bin/gooeymux/draw.c \
    othersrc/usr.bin/gooeymux/init.c othersrc/usr.bin/gooeymux/keyboard.c \
    othersrc/usr.bin/gooeymux/scrollbar.c othersrc/usr.bin/gooeymux/term.c \
    othersrc/usr.bin/gooeymux/tinygfx.h othersrc/usr.bin/gooeymux/window.c \
    othersrc/usr.bin/gooeymux/wsemul_vt100.c \
    othersrc/usr.bin/gooeymux/wsemul_vt100_chars.c \
    othersrc/usr.bin/gooeymux/wsemul_vt100_keys.c \
    othersrc/usr.bin/gooeymux/wsemul_vt100_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.