diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-08-29 20:19:51 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-08-29 20:19:51 +0000 |
commit | 3993c17be8839f7adda132270e8d9238d9f49b95 (patch) | |
tree | 3122cc23cdd398fdc181a752315e83e1a0b97787 /src/vte.h | |
parent | b4069ef78a1cce43ad60dde14f7c298c85de2fb9 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |