all repos — slstatus @ 8b5b72b65efeaab5985e704f00e5865e3cfe4528

my build of slstatus (tools.suckless.org/slstatus/)

remove misleading comment
raiz raiz@firemail.cc
Tue, 27 Dec 2016 19:57:16 +0300
commit

8b5b72b65efeaab5985e704f00e5865e3cfe4528

parent

13772c3979cbed6883fddb5811da9b56fb16e179

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M slstatus.cslstatus.c

@@ -830,10 +830,6 @@ } else {

printf("%s\n", status_string); } - /* - * subtract delay time spend in function - * calls from the actual global delay time - */ if ((UPDATE_INTERVAL - delay) <= 0) { delay = 0; continue;