Commit e7466ac4 authored by Lasse Karstensen's avatar Lasse Karstensen

Reserve h key for a future help screen

Move showing of debug counters from 'h' key to 'd' inside a running
varnishstat.
parent 44d46093
......@@ -821,7 +821,7 @@ handle_keypress(int ch)
current = n_ptarray - 1;
page_start = current - l_points + 1;
break;
case 'h':
case 'd':
hide_unseen = 1 - hide_unseen;
rebuild = 1;
break;
......
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