sob

Simple output bar
git clone https://git.sinitax.com/codemadness/sob
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 176397bb009b98fc1a69fe487cb4df374bdebe0e
parent 88b89ef7b2ca23aaa444507ba388d05a5d52fe7c
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 10 Oct 2014 18:57:22 +0000

change wrong comment

Diffstat:
Msob.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sob.c b/sob.c @@ -156,7 +156,7 @@ utfnextn(const char *s, size_t p, size_t n) return 0; } -/* b is byte start pos, u is utf pos, c is column pos, f is filter function, +/* b is byte start pos, u is utf pos, f is filter function, * dir is -1 or +1 for prev or next */ static void utfuntilchar(size_t *b, size_t *u, int (*f)(int), int dir)