[4.0] e7466ac Reserve h key for a future help screen

Lasse Karstensen lkarsten at varnish-software.com
Tue Apr 1 15:09:49 CEST 2014


commit e7466ac4183f6271560ffd0ce48617fc29607419
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Mon Mar 17 12:53:02 2014 +0100

    Reserve h key for a future help screen
    
    Move showing of debug counters from 'h' key to 'd' inside a running
    varnishstat.

diff --git a/bin/varnishstat/varnishstat_curses.c b/bin/varnishstat/varnishstat_curses.c
index e722408..6e8bae8 100644
--- a/bin/varnishstat/varnishstat_curses.c
+++ b/bin/varnishstat/varnishstat_curses.c
@@ -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;



More information about the varnish-commit mailing list