/[weechat]/weechat/src/gui/gui.h
ViewVC logotype

Diff of /weechat/src/gui/gui.h

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

revision 1.69 by kolter, Wed Nov 16 09:02:47 2005 UTC revision 1.70 by flashcode, Sat Nov 19 22:08:47 2005 UTC
# Line 58  enum t_weechat_color Line 58  enum t_weechat_color
58      COLOR_WIN_CHAT_CHANNEL,      COLOR_WIN_CHAT_CHANNEL,
59      COLOR_WIN_CHAT_DARK,      COLOR_WIN_CHAT_DARK,
60      COLOR_WIN_CHAT_HIGHLIGHT,      COLOR_WIN_CHAT_HIGHLIGHT,
61        COLOR_WIN_CHAT_MARKER,
62      COLOR_WIN_STATUS,      COLOR_WIN_STATUS,
63      COLOR_WIN_STATUS_DELIMITERS,      COLOR_WIN_STATUS_DELIMITERS,
64      COLOR_WIN_STATUS_CHANNEL,      COLOR_WIN_STATUS_CHANNEL,
# Line 228  struct t_gui_buffer Line 229  struct t_gui_buffer
229      /* chat content (lines, line is composed by many messages) */      /* chat content (lines, line is composed by many messages) */
230      t_gui_line *lines;              /* lines of chat window                 */      t_gui_line *lines;              /* lines of chat window                 */
231      t_gui_line *last_line;          /* last line of chat window             */      t_gui_line *last_line;          /* last line of chat window             */
232        t_gui_line *last_read_line;     /* last read line before jump           */
233      int num_lines;                  /* number of lines in the window        */      int num_lines;                  /* number of lines in the window        */
234      int line_complete;              /* current line complete ? (\n ending)  */      int line_complete;              /* current line complete ? (\n ending)  */
235            

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

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