~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to src/gui/gui-chat.h

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2014-02-13 12:11:54 UTC
  • mfrom: (29.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140213121154-k6sdmtnralvjbmgq
Tags: 0.4.3-2
* Add missing symlink for Polish manpage
* Change ruby-* Build-Depends to gem2deb so that ruby plugin will be
  built against the newest Ruby interpreter available (Closes: #738685)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
 
2
 * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org>
3
3
 *
4
4
 * This file is part of WeeChat, the extensible chat client.
5
5
 *
70
70
extern char *gui_chat_string_add_offset (const char *string, int offset);
71
71
extern char *gui_chat_string_add_offset_screen (const char *string,
72
72
                                                int offset_screen);
73
 
extern int gui_chat_string_real_pos (const char *string, int pos);
 
73
extern int gui_chat_string_real_pos (const char *string, int pos,
 
74
                                     int use_screen_size);
74
75
extern int gui_chat_string_pos (const char *string, int real_pos);
75
76
extern void gui_chat_get_word_info (struct t_gui_window *window,
76
77
                                    const char *data, int *word_start_offset,
87
88
                                       const char *message, ...);
88
89
extern void gui_chat_printf_y (struct t_gui_buffer *buffer, int y,
89
90
                               const char *message, ...);
90
 
extern void gui_chat_print_lines_waiting_buffer ();
 
91
extern void gui_chat_print_lines_waiting_buffer (FILE *f);
91
92
extern int gui_chat_hsignal_quote_line_cb (void *data, const char *signal,
92
93
                                           struct t_hashtable *hashtable);
93
94
extern void gui_chat_end ();