summaryrefslogtreecommitdiff
path: root/src/vte.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-08-29 20:19:51 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-08-29 20:19:51 +0000
commit3993c17be8839f7adda132270e8d9238d9f49b95 (patch)
tree3122cc23cdd398fdc181a752315e83e1a0b97787 /src/vte.h
parentb4069ef78a1cce43ad60dde14f7c298c85de2fb9 (diff)
Clean up bookkeeping for mouse autoscrolling and adjustment changevte_0_8_11
* src/vte.c: Clean up bookkeeping for mouse autoscrolling and adjustment change notifications. Reset the scrolling and insertion deltas when clearing the history. * src/interpret.c: Don't dump data on incomplete conversion errors, which we're going to retry anyway. * src/iso2022.txt: Add iso-2022-kr examples (no workee -- uses GR). * src/vte.c, src/vte.h: Add vte_terminal_copy_primary and vte_terminal_paste_primary(), because I really want to let profterm decide default values for key bindings.
Diffstat (limited to 'src/vte.h')
-rw-r--r--src/vte.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vte.h b/src/vte.h
index d603e45..4ef0e66 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -134,6 +134,8 @@ void vte_terminal_feed_child(VteTerminal *terminal,
* the terminal. */
void vte_terminal_copy_clipboard(VteTerminal *terminal);
void vte_terminal_paste_clipboard(VteTerminal *terminal);
+void vte_terminal_copy_primary(VteTerminal *terminal);
+void vte_terminal_paste_primary(VteTerminal *terminal);
/* Set the terminal's size. */
void vte_terminal_set_size(VteTerminal *terminal, long columns, long rows);