summaryrefslogtreecommitdiff
path: root/src/vte.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-07-18 03:43:18 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-07-18 03:43:18 +0000
commitcf55403688da83b34f8eb5a7f5b326fd0a7e28ee (patch)
tree5c082fea5d3e099a4949362ff4f8db2c18d1a718 /src/vte.h
parent623ee6d073c540bd02b2b4f4a9abb2ddf7b7637f (diff)
Actually set ALL_LINGUAS so translations get installed. Document the
* configure.in: Actually set ALL_LINGUAS so translations get installed. * README: Document the weirdness that is cursor movement around wide characters. * src/vte.defs: Bind set_color_bold(). * src/debug.c: Suppress warnings when $VTE_DEBUG_FLAGS isn't set. * src/pty.c, src/reaper.c, src/termcap.c, src/trie.c: Provide for debug messages in the test program. * src/interpret.c, src/trie.c: Use libc stdio instead of g_print for printing what might be part of a multibyte sequence because g_print checks for validity. * src/interpret.c, src/trie.c, src/utf8echo.c, src/vte.c: Use gunichar instead of wchar_t in places where a gunichar is expected. Provide a means for converting from wchar_t to gunichar for the sake of X11 calls which want a wchar_t. * src/trie.c: Provide vte_trie_wide_encoding() for finding a giconv target which is hopefully compatible with gunichar. Likewise provide vte_trie_narrow_encoding() to find one compatible with iso-8859-1. * src/vte.c: Fall back to ISO-8859-1 if we can't set things up for the current locale encoding at startup time. Fall back to the current encoding if we can't perform a given dynamic switch.
Diffstat (limited to 'src/vte.h')
-rw-r--r--src/vte.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vte.h b/src/vte.h
index 06d486c..77a9c97 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -24,7 +24,6 @@
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
-#include <wchar.h>
#include <X11/Xlib.h>
#include <glib.h>
#include <pango/pango.h>