Connor Lane Smith před 14 roky
rodič
revize
7a2782d02d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      dmenu.c

+ 1
- 1
dmenu.c Zobrazit soubor

@@ -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;


Načítá se…
Zrušit
Uložit