Req: scfg, echocfg & friends keep their dimensions on exit
Is it possible to have scfg, echocfg and other resizable programs keep their dimensions on exit, so I don't have to keep resizing each time I run the programs. Thx.
Is it possible to have scfg, echocfg and other resizable programs keep their dimensions on exit, so I don't have to keep resizing each time I run the programs. Thx.
assigned to @rswindell
mentioned in commit b1ce58ad
mentioned in commit 834c21eb
In the wiki I saw an option to add scaling in the global section. Adding scaling=2 achieved what I was after. How do I get this to work with echocfg and uedit and other programs? I would be fine with those using scfg.ini personally.
The SCFG -s
command-line option works exactly the same as the scfg.ini
scaling
key. You previously reported that the -s
option did not work correctly (for some values?). Is that no longer the case or are you seeing different behavior between scfg.ini
scaling
values and the -s
command-line option?
As for other utilities, I'll probably just add their own config files to control their appearance (not reuse scfg.ini
for all of them).
You can now create ctrl/uifc.ini for all your uifc app/utility display/mode settings, or separate scfg.ini, echocfg.ini, and uedit.ini files if you want different settings per util.
closed