Searched refs:arrowch (Results 1 – 1 of 1) sorted by relevance
50 chtype arrowch; in updateborders() local61 arrowch = LARROW(d->conf) | t.dialog.arrowcolor; in updateborders()62 mvwvline(d->widget, (d->h / 2) - 2, 0, arrowch, 4); in updateborders()70 arrowch = RARROW(d->conf) | t.dialog.arrowcolor; in updateborders()71 mvwvline(d->widget, (d->h / 2) - 2, d->w - 1, arrowch, 4); in updateborders()