summaryrefslogtreecommitdiff
path: root/src/vte-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-12-01 02:55:00 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-12-01 02:55:00 +0000
commitfbcaf9548ae6453387c9708a832844a47b7e1460 (patch)
tree6704d052a804e5f2d14e2740d3238080abde89e2 /src/vte-private.h
parente37545fbe4c3a5bce280f4f7c34d38721a6bc2da (diff)
Move vte_terminal_scroll to vte.c
2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c (_vte_terminal_scroll), (_vte_terminal_scroll_region): * src/vteseq.c (vte_sequence_handler_scroll_down_one), (vte_sequence_handler_scroll_up_one): Move vte_terminal_scroll to vte.c svn path=/trunk/; revision=2244
Diffstat (limited to 'src/vte-private.h')
-rw-r--r--src/vte-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vte-private.h b/src/vte-private.h
index e3d74a1..1283ed3 100644
--- a/src/vte-private.h
+++ b/src/vte-private.h
@@ -439,6 +439,8 @@ void _vte_terminal_cursor_down (VteTerminal *terminal);
gboolean _vte_terminal_insert_char(VteTerminal *terminal, gunichar c,
gboolean force_insert_mode,
gboolean invalidate_cells);
+void _vte_terminal_scroll (VteTerminal *terminal,
+ int scroll_amount);
void _vte_terminal_scroll_region(VteTerminal *terminal,
long row, glong count, glong delta);
void _vte_terminal_set_default_attributes(VteTerminal *terminal);