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

/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Dinit_disp.c111 his_win.x_nlines = LINES / 2 - 1;
112 his_win.x_ncols = COLS;
113 his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols,
116 scrollok(his_win.x_win, TRUE);
117 wclear(his_win.x_win);
161 his_win.cerase = buf[0];
162 his_win.kill = buf[1];
163 his_win
[all...]
H A Ddisplay.c53 xwin_t his_win; variable
95 werase(his_win.x_win);
96 getyx(his_win.x_win, his_win.x_line, his_win.x_col);
97 wrefresh(his_win.x_win);
H A Dtalk.h66 extern xwin_t his_win;
H A Dio.c137 display(&his_win, buf, nb);

Completed in 133 milliseconds