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

@ -90,6 +90,9 @@ Remove enough characters from the input field to change its filtering effect.
.TP
.B Control-u
Remove all characters from the input field.
.TP
.B Control-w
Remove all characters of current word from the input field.
.SH SEE ALSO
.BR dwm (1),
.BR wmii (1) .