[BACK]Return to init_disp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / talk

Diff for /src/usr.bin/talk/init_disp.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:46:12 version 1.2, 1996/06/10 21:41:25
Line 89 
Line 89 
         wclear(his_win.x_win);          wclear(his_win.x_win);
   
         line_win = newwin(1, COLS, my_win.x_nlines, 0);          line_win = newwin(1, COLS, my_win.x_nlines, 0);
   #ifdef NCURSES_VERSION
           whline(line_win, '-', COLS);
   #else
         box(line_win, '-', '-');          box(line_win, '-', '-');
   #endif
         wrefresh(line_win);          wrefresh(line_win);
         /* let them know we are working on it */          /* let them know we are working on it */
         current_state = "No connection yet";          current_state = "No connection yet";

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2