summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-12-14 00:40:53 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-12-14 00:40:53 +0000
commit72709ee7c4076339ecbe5cd27827060d303a3589 (patch)
treed24cb2e32094cc6d49a6fb89130c9377e79097d1 /src/buffer.h
parentac59012c87307e7f0d51e4d89a14619fde47bfc2 (diff)
downloadvte-72709ee7c4076339ecbe5cd27827060d303a3589.tar.gz
add a short test program. use hard values instead of GDK defines in the 0
* src/buffer.c: add a short test program. * src/iso2022.c: use hard values instead of GDK defines in the 0 map. Add _vte_iso2022_substitute_single() for performing a single mapping operation. * src/vte.c: use _vte_iso2022_substitute_single() instead of a local mapping table when mapping line-drawing charset data, simplifies maintenance of the mapping.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 592934e1..5f52d21c 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -62,6 +62,8 @@ GString * _vte_buffer_read_gstring(struct _vte_buffer *buffer);
void _vte_buffer_append_buffer(struct _vte_buffer *buffer,
struct _vte_buffer *s);
+void _vte_buffer_append_buffer_contents(struct _vte_buffer *buffer,
+ struct _vte_buffer *s);
struct _vte_buffer *_vte_buffer_peek_buffer(struct _vte_buffer *buffer);
struct _vte_buffer *_vte_buffer_read_buffer(struct _vte_buffer *buffer);