terminal: Don't try to render RLE used as a placeholder
authorDaiki Ueno <ueno@gnu.org>
Tue, 8 Apr 2014 09:46:18 +0000 (18:46 +0900)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 8 Apr 2014 17:03:17 +0000 (10:03 -0700)
commit56d8a7a155c39564c828b74b9844ea51f0b864f0
tree945b6441ec0071041dc6fa531e7178586c82aef2
parent79d5a6ebe4fe3174ad39cc658cef487f01326c3e
terminal: Don't try to render RLE used as a placeholder

weston-terminal uses RLE (U+202B) as a placeholder of the right half
of a double width character.  However, not all fonts include this
glyph and cairo renders it as .notdef (glyph index 0) in that case.
clients/terminal.c