removed draw.c, implemented C-w handling (backward word deletion)
This commit is contained in:
parent
1e01ca0317
commit
665488a6ee
6 changed files with 130 additions and 132 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = draw.c main.c util.c
|
||||
SRC = main.c util.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options dmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue