diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-16 12:18:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-16 12:18:00 +0100 |
commit | 48f087b88312143bd77ea68970f0a0c5c5333869 (patch) | |
tree | 795840cd0323339b30db263d14383291eaa3d794 /src/gui/gtk/gui-gtk-window.c | |
parent | 610ef09f19547990abc18857f951a43f4d416a5c (diff) | |
download | weechat-48f087b88312143bd77ea68970f0a0c5c5333869.zip |
Add option "term" for command /debug: display infos about terminal and available colors
Diffstat (limited to 'src/gui/gtk/gui-gtk-window.c')
-rw-r--r-- | src/gui/gtk/gui-gtk-window.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gui/gtk/gui-gtk-window.c b/src/gui/gtk/gui-gtk-window.c index 2d64dddfe..f0f9b9a3a 100644 --- a/src/gui/gtk/gui-gtk-window.c +++ b/src/gui/gtk/gui-gtk-window.c @@ -802,6 +802,16 @@ gui_window_set_title (const char *title) } /* + * gui_window_term_display_infos: display some infos about terminal and colors + */ + +void +gui_window_term_display_infos () +{ + /* No term info for Gtk */ +} + +/* * gui_window_objects_print_log: print Gtk objects infos in log * (usually for crash dump) */ |