Commit cee2d1aa authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Polish

parent 9bba6622
......@@ -51,7 +51,7 @@ BINDING(PAGEUP, "\tNavigate the counter list one page up.")
BINDING_KEY(KEY_NPAGE, "PAGEDOWN", " or ")
BINDING_KEY(' ', "SPACE", " or ")
BINDING_KEY(BINDING_CTRL('F'), "CTRL-F",)
BINDING_KEY(BINDING_CTRL('f'), "CTRL-F",)
BINDING(PAGEDOWN, "\tNavigate the counter list one page down.")
BINDING_KEY(KEY_HOME, "HOME", " or ")
......
......@@ -881,7 +881,7 @@ handle_keypress(int ch)
#define BINDING_KEY(chr, name, or) \
case chr:
#define BINDING(name, desc) \
kb = KB_ ## name; \
kb = KB_ ## name; \
break;
#define BINDING_SIG
#include "varnishstat_bindings.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment