summaryrefslogtreecommitdiff
path: root/src/gui/gtk/gui-gtk-window.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-03-04 10:32:55 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-03-04 10:32:55 +0100
commit152394689a5fe8d43e3e13ca37ffec5e65a44e84 (patch)
tree30dbe8cdcd7c60f03f90acb6afde77539ec2f34b /src/gui/gtk/gui-gtk-window.c
parentd43e9c11e5bf98f1e938c87d34dc8a0e5dcb5e5e (diff)
downloadweechat-152394689a5fe8d43e3e13ca37ffec5e65a44e84.zip
core: add support of terminal "bracketed paste mode" (task #11316)
Diffstat (limited to 'src/gui/gtk/gui-gtk-window.c')
-rw-r--r--src/gui/gtk/gui-gtk-window.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gui/gtk/gui-gtk-window.c b/src/gui/gtk/gui-gtk-window.c
index 48eaa7695..5aea4a65a 100644
--- a/src/gui/gtk/gui-gtk-window.c
+++ b/src/gui/gtk/gui-gtk-window.c
@@ -867,6 +867,18 @@ gui_window_send_clipboard (const char *storage_unit, const char *text)
}
/*
+ * gui_window_set_bracketed_paste_mode: enable/disable bracketed paste mode
+ */
+
+void
+gui_window_set_bracketed_paste_mode (int enable)
+{
+ (void) enable;
+
+ /* TODO: write this function for Gtk */
+}
+
+/*
* gui_window_move_cursor: move cursor on screen (for cursor mode)
*/