Searched defs:show_win (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dwin.c31 WINDOW *title_win,*show_win,*command_win,*mt_win1,*mt_win2,*show_pad; variable
52 wbkgdset (show_win,A_REVERSE);werase (show_win);
76 show_win=newwin (SHOW_WIN_LINES,COLS,TITLE_WIN_LINES,0);
82 if (title_win==NULL || show_win==NULL || show_pad==NULL || command_win==NULL) {
114 wmove (show_win,2,COLS-18);
115 wprintw (show_win,"Page %d of %d\n",current_page,total_pages);
117 wmove (show_win,2,COLS-18);
118 wrefresh (show_win);
163 delwin (show_win);
[all...]

Completed in 137 milliseconds