Home
last modified time | relevance | path

Searched refs:_bottom_bar (Results 1 – 2 of 2) sorted by path

/dports/security/ckpass/ckpass-0.2/
H A Dckpass.c293 wmove(_bottom_bar, 0, 0); in draw_bottom_bar()
305 default: waddch(_bottom_bar, b->key); break; in draw_bottom_bar()
309 waddch(_bottom_bar, ','); in draw_bottom_bar()
313 waddch(_bottom_bar, ':'); in draw_bottom_bar()
314 waddstr(_bottom_bar, b->command); in draw_bottom_bar()
315 waddstr(_bottom_bar, " "); in draw_bottom_bar()
319 getmaxyx(_bottom_bar, max_y, max_x); in draw_bottom_bar()
320 whline(_bottom_bar, ' ', max_x); in draw_bottom_bar()
321 wrefresh(_bottom_bar); in draw_bottom_bar()
595 if(_bottom_bar) delwin(_bottom_bar); in init_windows()
[all …]
H A Dckpass.h46 WINDOW *_bottom_bar = 0; variable