Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Escape -s in dwm.1
[dwm.git]
/
dwm.h
diff --git
a/dwm.h
b/dwm.h
index
56b8433
..
c00f691
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-146,4
+146,3
@@
void view(const char *arg); /* views the tag with arg's index */
void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */
void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */
void spawn(const char *arg); /* forks a new subprocess with arg's cmd */
-