testing stuff, finish text viewing basically

+ test.txt has tabstoppage to test rendering
+ home/end/status line
This commit is contained in:
2020-02-11 03:01:21 +02:00
parent a38a4a72e2
commit 388af0ecc0
5 changed files with 150 additions and 14 deletions

View File

@@ -22,5 +22,8 @@ run: $(BIN)
reset
./$(BIN) notes.txt
keypress: keypress.c
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ keypress.c
%.o: %.c
$(CC) $(CFLAGS) -c $@ $<