From 9a91f68ef058955551b3eaa9cdd605822857e6a7 Mon Sep 17 00:00:00 2001 From: philemon Date: Sun, 8 Jan 2017 19:01:58 +0300 Subject: [PATCH] modified: btc-ticker --- btc-ticker | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/btc-ticker b/btc-ticker index 4893829..aef54c2 100755 --- a/btc-ticker +++ b/btc-ticker @@ -446,7 +446,9 @@ def display_ac_info(): '{}'.format(ac_fmt), 'snd vol: {}%'.format(int(sound_vol)), '{}'.format((yellow('unmuted'),'muted')[mute_alrms]), - '{}'.format(blue(audio_host[:infoW] or 'localhost')) + '{}'.format(blue(audio_host[:infoW] or 'localhost')), + '', + "'?' for help" ) r = CUR_RIGHT(bigDigitsW+1) msg_r(CUR_HOME+r+('\n'+r).join(info_lines)) @@ -700,6 +702,8 @@ def input_loop(): global ga,sound_vol,alrm_clock,quit,mute_alrms from mmgen.node_tools.Term import get_keypress + if 'alarm_clock_only' not in opts: + msg("Type '?' for help after the ticker starts") ch = get_keypress("Hit 'q' to quit, any other key to continue: ") if ch == 'q': die(0,'')