From bdfd7c92ecde366f85a512da02ae657133960b1f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 24 Jun 2012 15:24:42 +0200 Subject: introduce net avg hotkeys --- lib/Loadbars/HelpDispatch.pm | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'lib/Loadbars/HelpDispatch.pm') diff --git a/lib/Loadbars/HelpDispatch.pm b/lib/Loadbars/HelpDispatch.pm index 42dc708..69878ed 100644 --- a/lib/Loadbars/HelpDispatch.pm +++ b/lib/Loadbars/HelpDispatch.pm @@ -78,8 +78,27 @@ END mode => 1 }, + netaverage => { + menupos => 6, + help => 'Num of net samples for avg. (more fluent animations)', + mode => 6, + type => 'i' + }, + netaverage_hot_up => { + menupos => 7, + cmd => 'd', + help => 'Increases number of net samples for calculating avg. by 1', + mode => 1 + }, + netaverage_hot_dn => { + menupos => 8, + cmd => 'c', + help => 'Decreases number of net samples for calculating avg. by 1', + mode => 1 + }, + barwidth => { - menupos => 5, + menupos => 9, help => 'Set bar width', mode => 6, type => 'i' -- cgit v1.2.3