mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
/LASTLOG: -case option for case-sensitive matches. -force option is now
required to print lastlogs longer than 1000 lines. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1310 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a47ce2c449
commit
95c17bafc4
5 changed files with 170 additions and 186 deletions
|
|
@ -97,8 +97,11 @@ void gui_windows_deinit(void);
|
|||
WINDOW_REC *gui_window_create(MAIN_WINDOW_REC *parent);
|
||||
|
||||
void gui_window_set_server(WINDOW_REC *window, SERVER_REC *server);
|
||||
GList *gui_window_find_text(WINDOW_REC *window, const char *text,
|
||||
GList *startline, int regexp, int fullword);
|
||||
|
||||
void gui_window_line2text(LINE_REC *line, int coloring, GString *str);
|
||||
GList *gui_window_find_text(WINDOW_REC *window, GList *startline,
|
||||
int level, int nolevel, const char *text,
|
||||
int regexp, int fullword, int case_sensitive);
|
||||
|
||||
/* get number of real lines that line record takes */
|
||||
int gui_window_get_linecount(GUI_WINDOW_REC *gui, LINE_REC *line);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue