mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
Many improvements on IRC raw buffer
New features: - key alt-j alt-r is reintroduced to open IRC raw buffer - command "/server raw" opens IRC raw buffer - new option irc.look.raw_messages, which is number of lines to keep in memory to display when user will open raw buffer (to see last messages received before opening raw buffer)
This commit is contained in:
@@ -22,6 +22,12 @@
|
||||
|
||||
#define IRC_BUFFER_ALL_SERVERS_NAME "servers"
|
||||
|
||||
#define IRC_BUFFER_RAW_NAME "irc_raw"
|
||||
#define IRC_BUFFER_RAW_PREFIX_RECV "-->"
|
||||
#define IRC_BUFFER_RAW_PREFIX_RECV_MOD "==>"
|
||||
#define IRC_BUFFER_RAW_PREFIX_SEND "<--"
|
||||
#define IRC_BUFFER_RAW_PREFIX_SEND_MOD "<=="
|
||||
|
||||
struct t_gui_buffer;
|
||||
struct t_irc_server;
|
||||
struct t_irc_channel;
|
||||
|
||||
Reference in New Issue
Block a user