summaryrefslogtreecommitdiffstats
path: root/mbyte.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2016-07-20 16:29:55 -0700
committerKevin McCarthy <kevin@8t8.us>2016-07-20 16:29:55 -0700
commit8905cbb6efbae6d2e475c7822e61f721927a67ae (patch)
tree01008d2b315e4c7b349ccef34732164e11cfdc3f /mbyte.h
parent23095372e842fecf249990787174329ecbbe1693 (diff)
Filter directional markers that corrupt the screen. (closes #3854)
Thanks to Vincent Lefèvre for working on these utf-8 screen display issues.
Diffstat (limited to 'mbyte.h')
-rw-r--r--mbyte.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbyte.h b/mbyte.h
index bb5601c4..9c58c9ec 100644
--- a/mbyte.h
+++ b/mbyte.h
@@ -49,5 +49,6 @@ void mutt_set_charset (char *charset);
extern int Charset_is_utf8;
size_t utf8rtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *_ps);
wchar_t replacement_char (void);
+int is_display_corrupting_utf8 (wchar_t wc);
#endif /* _MBYTE_H */