liteide icon indicating copy to clipboard operation
liteide copied to clipboard

inherit font setting for terminal

Open njohannisson opened this issue 3 years ago • 1 comments

Hello visualfc, i wrote a little patch to fix a problem with the terminal plugin font on freebsd (all versions). Without this, the selected font renders unusable on my system. I successfully tested it on freebsd 13.0 and 13.1. Maybe you find it useful. I removed a few ifdefs there, although i couldn´t check the other platforms. But I think the code should work everywhere. best regards

njohannisson avatar Sep 13 '22 17:09 njohannisson

Hello visualfc, i wrote a little patch to fix a problem with the terminal plugin font on freebsd (all versions). Without this, the selected font renders unusable on my system. I successfully tested it on freebsd 13.0 and 13.1. Maybe you find it useful. I removed a few ifdefs there, although i couldn´t check the other platforms. But I think the code should work everywhere. best regards

thanks. maybe add TerminalOption to terminal plugin. like liteapp/OutputOption

visualfc avatar Sep 13 '22 22:09 visualfc