From: Yuri D'E. <wa...@th...> - 2019-04-19 18:26:22
|
On Fri, Apr 19 2019, Araki Ken wrote: > This feature is enabled by default, and CSI > 0 p sequence disables it. > (It is impossible to tweak it via "main" configuration file for now.) > > It works by default on my Arch Linux. > > If it doesn't work correctly on your environment, please tell me > which distribution or window manager you use. This is on debian unstable, using x11. This seems to be caused by the fact that I don't have the "nil2" font (as used in uitoolkit/xlib/ui_display.c:529). If I replace with something else, such as "fixed", it works. Since the mask is [space], fixed is probably a better choice. |