fix iMon vbars
This commit is contained in:
@@ -10,7 +10,7 @@ v.0.5dev (ongoing development)
|
|||||||
* refactor adv_bignum: support height > 4, loadable chars with offset
|
* refactor adv_bignum: support height > 4, loadable chars with offset
|
||||||
* ged rid of global variables buffer & tmp in lcdproc client
|
* ged rid of global variables buffer & tmp in lcdproc client
|
||||||
+ add init-script templates for LSB 3.x conforming systems
|
+ add init-script templates for LSB 3.x conforming systems
|
||||||
* fix cellwidth & hbar in iMon driver
|
* fix cellwidth, vbar & hbar in iMon driver
|
||||||
* try harder to find a shell in lcdexec
|
* try harder to find a shell in lcdexec
|
||||||
|
|
||||||
v.0.5.1
|
v.0.5.1
|
||||||
|
|||||||
@@ -247,7 +247,7 @@ MODULE_EXPORT void imon_vbar (Driver *drvthis, int x, int y, int len, int promil
|
|||||||
; // write nothing (not even a space)
|
; // write nothing (not even a space)
|
||||||
}
|
}
|
||||||
|
|
||||||
pixels -= p->cellheight * pos;
|
pixels -= p->cellheight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user