Searched refs:pad (Results 1 - 1 of 1) sorted by relevance

/scripts/kconfig/
H A Dnconf.gui.c556 WINDOW *pad; local
567 /* create the pad */
568 pad = newpad(total_lines+10, total_cols+10);
569 (void) wattrset(pad, attributes[SCROLLWIN_TEXT]);
570 fill_window(pad, text);
593 copywin(pad, win, start_y, start_x, 2, 2, text_lines,

Completed in 26 milliseconds