/[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.6 by flashcode, Sat Oct 4 14:35:13 2003 UTC revision 1.7 by flashcode, Sun Oct 5 17:28:36 2003 UTC
# Line 857  gui_draw_window_status (t_gui_window *wi Line 857  gui_draw_window_status (t_gui_window *wi
857          mvwprintw (window->win_status, 0, COLS - 7, _("-MORE-"));          mvwprintw (window->win_status, 0, COLS - 7, _("-MORE-"));
858      else      else
859      {      {
860          sprintf (format_more, "%%-%ds", strlen (_("-MORE")));          sprintf (format_more, "%%-%ds", strlen (_("-MORE-")));
861          mvwprintw (window->win_status, 0, COLS - 7, format_more, " ");          mvwprintw (window->win_status, 0, COLS - 7, format_more, " ");
862      }      }
863            

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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