Home
last modified time | relevance | path

Searched refs:arrowch (Results 1 – 1 of 1) sorted by relevance

/src/contrib/bsddialog/lib/
H A Dtextbox.c50 chtype arrowch; in updateborders() local
61 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()