Make ncurses recognize UTF8 support

Add the U8#1 option to the terminfo file, this is an extended option in
the terminfo specifying support for utf8 line graphics.

This fixes some issues with ncurses not rendering utf8 glpyhs for it's
extended ASCII set when termite supports utf8 just fine.
This commit is contained in:
Evan Purkhiser 2013-05-16 03:33:15 -04:00
parent f39741347b
commit 6d48b706c3
2 changed files with 3 additions and 2 deletions

View File

@ -41,7 +41,7 @@ install: termite termite.desktop termite.terminfo
install -Dm755 termite ${DESTDIR}${PREFIX}/bin/termite
install -Dm644 termite.desktop ${DESTDIR}${PREFIX}/share/applications/termite.desktop
install -Dm644 termite.1 ${DESTDIR}${PREFIX}/share/man/man1/termite.1
tic termite.terminfo -o ${DESTDIR}${TERMINFO}
tic -x termite.terminfo -o ${DESTDIR}${TERMINFO}
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/termite

View File

@ -14,7 +14,8 @@ xterm-termite|VTE-based terminal,
it#8,
lines#24,
pairs#32767,
acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
U8#1,
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
bel=^G,
bold=\E[1m,
cbt=\E[Z,