removed draw.c, implemented C-w handling (backward word deletion)

This commit is contained in:
Anselm R. Garbe
2007-02-19 15:49:50 +01:00
parent 1e01ca0317
commit 665488a6ee
6 changed files with 130 additions and 132 deletions

View File

@ -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