From 6d7320a10ded22619ee49eb71e8380fd514b849b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 10 Aug 2019 15:47:59 -0400 Subject: Rewrite terminal emulator --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9b8c704..db34005 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ingest: ingest.o term.o view: view.o term.o ${CC} ${LDFLAGS} view.o term.o ${LDLIBS} -o $@ -ingest.o term.o view.o: stream.h +ingest.o term.o view.o: term.h tags: *.c *.h ctags -w *.c *.h -- cgit 1.4.1 nput type='hidden' name='showmsg' value='1'/> IRC bouncer
summary refs log tree commit diff
path: root/rc.d/pounce (unfollow)
Commit message (Collapse)Author
2019-11-07Just write the example normallyJune McEnroe
2019-11-07Include path in readlinkat errorJune McEnroe
2019-11-07Call clientConsume before clientRecvJune McEnroe
This might reduce the frequency of a client getting its own message back because it was behind in the ring when it sent it.
2019-11-06Use -l:filename in Linux.mkJune McEnroe
2019-11-06Fix compat.h for #defined strlcpyJune McEnroe
2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe
2019-11-06Document calico service configurationJune McEnroe
2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe
2019-11-06Document pounce service configurationJune McEnroe
2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe
2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe
2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe
2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe