From 0e92d6e6eaebfdebb4ed59bd411dd8b337357251 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 21 Nov 2018 22:32:22 -0500 Subject: Read files in edi --- bin/edi/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/edi/Makefile') diff --git a/bin/edi/Makefile b/bin/edi/Makefile index 2d9128c0..8ad154c6 100644 --- a/bin/edi/Makefile +++ b/bin/edi/Makefile @@ -2,6 +2,8 @@ CFLAGS += -Wall -Wextra -Wpedantic LDLIBS = -lcursesw OBJS += buffer.o +OBJS += edi.o +OBJS += file.o OBJS += log.o OBJS += table.o -- cgit 1.4.1 put type='hidden' name='showmsg' value='1'/> dontfiles
summary refs log tree commit diff
path: root/bin/modem.c (unfollow)
Commit message (Collapse)Author
2018-05-13Clean up modem loopJune McEnroe
2018-05-13Add modemJune McEnroe
2018-05-13Tabify binJune McEnroe
2018-05-13Tabify shell scriptsJune McEnroe
2018-05-13I've really done it nowJune McEnroe
Time to see what it's like to be a hard-tab person.
2018-05-11Link with -lmJune McEnroe
Come on, FreeBSD.
2018-04-26Add UtopioidJune McEnroeopping when the next column would be off the edge of the buffer.
2018-02-04Handle window resizing in gfcocoaJune McEnroe
2018-02-04Set cinoptionsJune McEnroe
2018-02-04Tweak colorscheme moreJune McEnroe
2018-02-04Color MatchParen DarkYellowJune McEnroe
White is not obvious enough.
2018-02-04Add palette sampling to gfxxJune McEnroe
2018-02-04Add 4-bit RGB to gfxxJune McEnroe
Replace default palette with alternating black and white.
2018-02-04Add Quit menu item to gfcocoaJune McEnroe
2018-02-04Switch back to sane Objective-C styleJune McEnroe
2018-02-04Quit gfcocoa when window closesJune McEnroe
2018-02-03Apparently this is how people write Objective-CJune McEnroe