Searched refs:x_win (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/talk/ |
H A D | display.c | 102 wadd_wch(win->x_win, makecchar(L'\n')); in display() 103 getyx(win->x_win, win->x_line, win->x_col); in display() 104 wrefresh(win->x_win); in display() 110 werase(my_win.x_win); in display() 111 getyx(my_win.x_win, my_win.x_line, my_win.x_col); in display() 112 wrefresh(my_win.x_win); in display() 113 werase(his_win.x_win); in display() 114 getyx(his_win.x_win, his_win.x_line, his_win.x_col); in display() 115 wrefresh(his_win.x_win); in display() 123 wmove(win->x_win, win->x_line, max(--win->x_col, 0)); in display() [all …]
|
H A D | init_disp.c | 91 my_win.x_win = newwin(my_win.x_nlines, my_win.x_ncols, 0, 0); in init_display() 92 idlok(my_win.x_win, TRUE); in init_display() 93 scrollok(my_win.x_win, TRUE); in init_display() 94 wclear(my_win.x_win); in init_display() 98 his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols, in init_display() 100 idlok(my_win.x_win, TRUE); in init_display() 101 scrollok(his_win.x_win, TRUE); in init_display() 102 wclear(his_win.x_win); in init_display() 175 wmove(his_win.x_win, his_win.x_nlines-1, 0); in quit() 176 wclrtoeol(his_win.x_win); in quit() [all …]
|
H A D | io.c | 153 wmove(my_win.x_win, current_line, 0); in p_error() 154 wprintw(my_win.x_win, "[%s : %s (%d)]\n", in p_error() 156 wrefresh(my_win.x_win); in p_error() 168 wmove(my_win.x_win, current_line, 0); in message() 169 wprintw(my_win.x_win, "[%s]\n", string); in message() 172 wrefresh(my_win.x_win); in message()
|
H A D | talk.h | 51 WINDOW *x_win; member
|
H A D | invite.c | 120 waddch(my_win.x_win, '\n'); in re_invite()
|