[vte] iso2022: Update the interpret test tool for internal API change



commit 763a191592b3e2cc5c415b3255f6ee421cd261cc
Author: Christian Persch <chpe gnome org>
Date:   Thu Apr 3 19:17:39 2014 +0200

    iso2022: Update the interpret test tool for internal API change

 src/interpret.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/interpret.c b/src/interpret.c
index f0b41e4..4165637 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -82,7 +82,7 @@ main(int argc, char **argv)
 
        matcher = _vte_matcher_new(terminal, termcap);
 
-       subst = _vte_iso2022_state_new(NULL, NULL, NULL);
+       subst = _vte_iso2022_state_new(NULL, VTE_ISO2022_DEFAULT_UTF8_AMBIGUOUS_WIDTH, NULL, NULL);
 
        for (;;) {
                l = read (infile, buf, sizeof (buf));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]