On Wed, Aug 31, 2016 at 10:30:58AM -0400, Greg Reagle wrote: > On Wed, Aug 31, 2016, at 09:29 AM, Markus Unterwaditzer wrote: > > Here's another one that fails: > > > > PROMPT_COMMAND='echo -ne "\x1b]0;\xf0\x9f\xa4\x94\x07"' > > Well it shows up for me as a sort of inverse (foreground and background > switched) question mark, but no malfunction, and this is from config.h > of my dwm: > > static const char *fonts[] = { "monospace:size=10" }; > static const char dmenufont[] = "monospace:size=10"; > > which apparently maps to DejaVu: > greg@t400 ~/s/p/lua> fc-match 'monospace:size=10' > DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book" >
Greg, the issue only appears to me if I install bdf-unifont from [extras]. I could reproduce it on another machine with a different environment and a vanilla dwm installation simply by installing that package. Uninstalling it didn't cause the issue to go away again.