Adding back the Escape to stop loading the current page. Thanks Daniel Bainton

for the notice!
This commit is contained in:
Christoph Lohmann
2012-11-16 10:42:30 +01:00
parent f02e652fa0
commit ba452c2e13
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 \
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -g ${LIBS}
# Solaris