/[weechat]/weechat/src/gui/curses/gui-display.c
ViewVC logotype

Diff of /weechat/src/gui/curses/gui-display.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.101 by flashcode, Wed Jul 13 17:40:20 2005 UTC revision 1.102 by flashcode, Thu Jul 14 07:04:45 2005 UTC
# Line 1082  gui_draw_buffer_status (t_gui_buffer *bu Line 1082  gui_draw_buffer_status (t_gui_buffer *bu
1082            
1083      for (ptr_win = gui_windows; ptr_win; ptr_win = ptr_win->next_window)      for (ptr_win = gui_windows; ptr_win; ptr_win = ptr_win->next_window)
1084      {      {
1085            if (has_colors ())
1086                wbkgdset(ptr_win->win_status, ' ' | COLOR_PAIR (COLOR_WIN_STATUS));
1087            
1088          if (erase)          if (erase)
1089              gui_curses_window_clear (ptr_win->win_status);              gui_curses_window_clear (ptr_win->win_status);
1090                    
1091          gui_window_set_color (ptr_win->win_status, COLOR_WIN_STATUS);          gui_window_set_color (ptr_win->win_status, COLOR_WIN_STATUS);
1092          wborder (ptr_win->win_status, ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ');          /* wborder (ptr_win->win_status, ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' '); */
1093          wmove (ptr_win->win_status, 0, 0);          wmove (ptr_win->win_status, 0, 0);
1094                    
1095          /* display number of buffers */          /* display number of buffers */
# Line 1407  gui_draw_buffer_infobar (t_gui_buffer *b Line 1410  gui_draw_buffer_infobar (t_gui_buffer *b
1410            
1411      for (ptr_win = gui_windows; ptr_win; ptr_win = ptr_win->next_window)      for (ptr_win = gui_windows; ptr_win; ptr_win = ptr_win->next_window)
1412      {      {
1413            if (has_colors ())
1414                wbkgdset(ptr_win->win_infobar, ' ' | COLOR_PAIR (COLOR_WIN_INFOBAR));
1415            
1416          if (erase)          if (erase)
1417              gui_curses_window_clear (ptr_win->win_infobar);              gui_curses_window_clear (ptr_win->win_infobar);
1418    
1419          if (has_colors ())          gui_window_set_color (ptr_win->win_infobar, COLOR_WIN_INFOBAR);
1420          {          /* wborder (ptr_win->win_infobar, ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' '); */
             gui_window_set_color (ptr_win->win_infobar, COLOR_WIN_INFOBAR);  
             wborder (ptr_win->win_infobar, ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ');  
             wnoutrefresh (ptr_win->win_infobar);  
         }  
1421          wmove (ptr_win->win_infobar, 0, 0);          wmove (ptr_win->win_infobar, 0, 0);
1422                    
1423          time_seconds = time (NULL);          time_seconds = time (NULL);

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26