comparison mcabber/src/screen.c @ 1254:401639413340

More jabber:iq:last support... (misc) This is a patch from Michael Scherer to answer iq:last requests, slightly modified.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 22 Jun 2007 19:21:23 +0200
parents 9f7e6c22cd14
children dbc907b2d92f
comparison
equal deleted inserted replaced
1253:eb38963e082f 1254:401639413340
99 static int chatmode; 99 static int chatmode;
100 static int multimode; 100 static int multimode;
101 static char *multiline, *multimode_subj; 101 static char *multiline, *multimode_subj;
102 int update_roster; 102 int update_roster;
103 int utf8_mode = 0; 103 int utf8_mode = 0;
104 static bool Autoaway;
105 static bool Curses; 104 static bool Curses;
106 static bool log_win_on_top; 105 static bool log_win_on_top;
107 static bool roster_win_on_right; 106 static bool roster_win_on_right;
108 static time_t LastActivity; 107 static time_t LastActivity;
109 108