Home | History | Annotate | Download | only in talk

Lines Matching refs:his_win

82 	his_win.x_nlines = LINES / 2 - 1;
83 his_win.x_ncols = COLS;
84 his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols,
86 scrollok(his_win.x_win, FALSE);
87 wclear(his_win.x_win);
124 his_win.cerase = buf[0];
125 his_win.kill = buf[1];
126 his_win.werase = buf[2];
145 wmove(his_win.x_win, his_win.x_nlines-1, 0);
146 wclrtoeol(his_win.x_win);
147 wrefresh(his_win.x_win);