diff options
Diffstat (limited to 'monitor')
-rwxr-xr-x | monitor/mon | bin | 17231 -> 17247 bytes | |||
-rw-r--r-- | monitor/mon.c | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/monitor/mon b/monitor/mon Binary files differindex 03e4012..9da1072 100755 --- a/monitor/mon +++ b/monitor/mon diff --git a/monitor/mon.c b/monitor/mon.c index b876559..41182a8 100644 --- a/monitor/mon.c +++ b/monitor/mon.c @@ -152,6 +152,8 @@ void mon_step(t_mon *mon) { ticker = 1; } if (mon->ticker_input != -1) { + if (mon->inputs[mon->ticker_input].size == 1) + ticker = (ticker != 0 ? 1 : 0); sprintf(mon->inputs[mon->ticker_input].value, "/%d", ticker); } |