mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
- window's text buffer should work better - themes are almost working, you can change the text formats with /format - automatically try to rejoin the channel after 5 minutes if the join there failed because it was "temporarily unavailable" (netsplits) - generally cleaning code.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@216 dbcabf3a-b0e7-0310-adc4-f8d773084564
14 lines
203 B
C
14 lines
203 B
C
#include "printtext.h"
|
|
|
|
enum {
|
|
IRCTXT_MODULE_NAME,
|
|
|
|
IRCTXT_LASTLOG_START,
|
|
IRCTXT_LASTLOG_END,
|
|
|
|
IRCTXT_WINDOW_TOO_SMALL,
|
|
IRCTXT_CANT_HIDE_LAST
|
|
};
|
|
|
|
extern FORMAT_REC gui_text_formats[];
|