summaryrefslogtreecommitdiff
path: root/src/vte.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-05-24 18:46:28 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-05-24 18:46:28 +0000
commitf688e2b43a0f994da117a486692772944d5e0d88 (patch)
tree3d73b483b1ccef4b6ee4ad4c335ae8fcdd76734a /src/vte.h
parent817d66802765605c413beb01185629bbd085f17c (diff)
Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines.vte_0_3_20
* autogen.sh: Call libtoolize. (#82836) * src/vte.c: Fix stupid segfault in set_scrollback_lines. (Patch from notting.) Make another attempt to convert Pango font descriptions to xlfds. * src/vte.c, src/vte.h: Expose set_emulation(). * src/vteapp.c: Add -c, -f, -t command-line flags for easier testing.
Diffstat (limited to 'src/vte.h')
-rw-r--r--src/vte.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vte.h b/src/vte.h
index 7086407..7b79ad9 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -239,6 +239,9 @@ int vte_terminal_match_add(VteTerminal *terminal, const char *match);
char *vte_terminal_match_check(VteTerminal *terminal, long column, long row,
int *tag);
+/* Set the emulation type. Most of the time you won't need this. */
+void vte_terminal_set_emulation(VteTerminal *terminal, const char *emulation);
+
G_END_DECLS
#endif