summaryrefslogtreecommitdiff
path: root/src/gui/gui-action.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-02-22 14:29:34 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-02-22 14:29:34 +0100
commitc5a30be877975e32b1c7c12e00b15e0f49e8ac2e (patch)
treef2af940ea991776705d8b4c842f117d608c1c32b /src/gui/gui-action.c
parent3187d9627b46193d18ee4e90721d8b059cc95d70 (diff)
downloadweechat-c5a30be877975e32b1c7c12e00b15e0f49e8ac2e.zip
New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar display, fixed nick in input for IRC buffers
The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin). If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc").
Diffstat (limited to 'src/gui/gui-action.c')
-rw-r--r--src/gui/gui-action.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/gui/gui-action.c b/src/gui/gui-action.c
index b33bdcdd5..aee963680 100644
--- a/src/gui/gui-action.c
+++ b/src/gui/gui-action.c
@@ -1150,35 +1150,6 @@ gui_action_jump_dcc (char *args)
}
/*
- * gui_action_jump_raw_data: jump to raw IRC data buffer
- */
-
-void
-gui_action_jump_raw_data (char *args)
-{
- /* make C compiler happy */
- (void) args;
-
- /*if (gui_current_window->buffer->text_search == GUI_TEXT_SEARCH_DISABLED)
- {
- if (gui_current_window->buffer->type == GUI_BUFFER_TYPE_RAW_DATA)
- {
- if (gui_buffer_before_raw_data)
- {
- gui_window_switch_to_buffer (window,
- gui_buffer_before_raw_data);
- gui_window_redraw_buffer (gui_current_window->buffer);
- }
- }
- else
- {
- gui_buffer_before_raw_data = buffer;
- gui_buffer_switch_raw_data (window);
- }
- }*/
-}
-
-/*
* gui_action_jump_last_buffer: jump to last buffer
*/