[master] cee2d1aa0 Polish
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Thu Feb 13 11:40:05 UTC 2020
commit cee2d1aa0a7261ccef272cd223c60191b33f86fb
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Thu Feb 13 12:33:32 2020 +0100
Polish
diff --git a/bin/varnishstat/varnishstat_bindings.h b/bin/varnishstat/varnishstat_bindings.h
index 7d8cbc2ba..be9ec8c8e 100644
--- a/bin/varnishstat/varnishstat_bindings.h
+++ b/bin/varnishstat/varnishstat_bindings.h
@@ -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 ")
diff --git a/bin/varnishstat/varnishstat_curses.c b/bin/varnishstat/varnishstat_curses.c
index f61612fb6..9543448c5 100644
--- a/bin/varnishstat/varnishstat_curses.c
+++ b/bin/varnishstat/varnishstat_curses.c
@@ -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"
More information about the varnish-commit
mailing list