Merge branch 'master' of ssh://tetalab.org/tTh/DD2-monitor

WE WANT MORE EYECANDY !
This commit is contained in:
phyto 2019-01-24 01:42:02 +01:00
commit 9476f602ce
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ for (loop=0; loop<nbl; loop++) {
for (idx=0; idx<4; idx++) { for (idx=0; idx<4; idx++) {
hpos = 5 * (idx+1); hpos = 5 * (idx+1);
value = drand48();
sprintf(ligne, "%6.3f", value); sprintf(ligne, "%6.3f", value);
mvwaddstr(stdscr, hpos, 2, ligne); mvwaddstr(stdscr, hpos, 2, ligne);