1
0
This commit is contained in:
Connor Lane Smith 2010-08-03 17:29:53 +01:00
parent af5b9b37d1
commit 3aa17dee49

View File

@ -136,7 +136,7 @@ drawmenu(void) {
else if(curr && (dc->w == inputw || curr->next)) {
dc->x += inputw;
dc->w = textw(dc, "<");
if(prev)
if(curr->left)
drawtext(dc, "<", normcol);
for(item = curr; item != next; item = item->right) {
dc->x += dc->w;