diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-05-24 18:46:28 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-05-24 18:46:28 +0000 |
commit | f688e2b43a0f994da117a486692772944d5e0d88 (patch) | |
tree | 3d73b483b1ccef4b6ee4ad4c335ae8fcdd76734a /src/vte.h | |
parent | 817d66802765605c413beb01185629bbd085f17c (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |