mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
Enhance LASTLOG to use gtk_xtext_search_textentry()
This commit is contained in:
@@ -346,6 +346,15 @@ struct xchatprefs
|
||||
#define SET_ON 1
|
||||
#define SET_DEFAULT 2 /* use global setting */
|
||||
|
||||
/* Moved from fe-gtk for use in outbound.c as well -- */
|
||||
typedef enum gtk_xtext_search_flags_e {
|
||||
case_match = 1,
|
||||
backward = 2,
|
||||
highlight = 4,
|
||||
follow = 8,
|
||||
regexp = 16
|
||||
} gtk_xtext_search_flags;
|
||||
|
||||
typedef struct session
|
||||
{
|
||||
/* Per-Channel Alerts */
|
||||
@@ -405,7 +414,7 @@ typedef struct session
|
||||
int end_of_names:1;
|
||||
int doing_who:1; /* /who sent on this channel */
|
||||
int done_away_check:1; /* done checking for away status changes */
|
||||
unsigned int lastlog_regexp:1; /* this is a lastlog and using regexp */
|
||||
gtk_xtext_search_flags lastlog_flags;
|
||||
} session;
|
||||
|
||||
struct msproxy_state_t
|
||||
|
||||
Reference in New Issue
Block a user