From c462c9ad9122451abc657071763263d9fcd8d134 Mon Sep 17 00:00:00 2001 From: tth Date: Sun, 27 Jan 2019 12:23:35 +0100 Subject: [PATCH] c'est l'heure de la pizza --- viz/curses/t.c | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/viz/curses/t.c b/viz/curses/t.c index bce2b39..afb036d 100644 --- a/viz/curses/t.c +++ b/viz/curses/t.c @@ -17,24 +17,17 @@ int loop, idx, c, p; char ligne[100]; -for (idx=0; idx<10; idx++) { - c = '0'+idx; - p = 1+(idx*9); - aff7segs_digit(stdscr, 4, p, c); - mvaddch(3, p, c); - } - for (loop=0; loop