renamed drawstatus into drawbar
This commit is contained in:
parent
5d831eaa94
commit
9800518ae3
6 changed files with 10 additions and 10 deletions
2
draw.c
2
draw.c
|
@ -49,7 +49,7 @@ textnw(const char *text, unsigned int len) {
|
|||
/* extern */
|
||||
|
||||
void
|
||||
drawstatus(void) {
|
||||
drawbar(void) {
|
||||
int i, x;
|
||||
|
||||
dc.x = dc.y = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue