gnotclub / xst

st fork that uses Xresources and some pretty good patches
MIT License
536 stars 74 forks source link

Resizing font reverts to default font #114

Closed nikp123 closed 3 years ago

nikp123 commented 3 years ago

The issue is quite simple: When I set the font in the .Xresources file, it applies it initially, however when I try to resize the font using the keyboard shortcuts (Ctrl+Shirt+Pg.Up/Down) it reverts to the default Liberation Sans font (or any font that is hardcoded in the config.h file)

actionless commented 3 years ago

was broken in f0706451f234a3db8a6a4e6b4471b174ced3f084

actionless commented 3 years ago

after more investigation, it seems what the mentioned commit just unveiled the problem, which was in previous design, preparing a patch

actionless commented 3 years ago

@nikp123 please try with this patch: https://github.com/gnotclub/xst/pull/115/files

nikp123 commented 3 years ago

@actionless confirmed working