Skip to content
Snippets Groups Projects
Commit f68bbcde authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Blocky scaling is better in my opionion.

Make it the default.
parent a893fde3
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2201 failed
......@@ -1253,7 +1253,7 @@ void load_settings(struct syncterm_settings *set)
set->scaling_factor=iniReadInteger(inifile,"SyncTERM","ScalingFactor",0);
set->window_width=iniReadInteger(inifile,"SyncTERM","WindowWidth",0);
set->window_height=iniReadInteger(inifile,"SyncTERM","WindowHeight",0);
set->blocky=iniReadBool(inifile,"SyncTERM","BlockyScaling",FALSE);
set->blocky=iniReadBool(inifile,"SyncTERM","BlockyScaling",TRUE);
// TODO: Add this to the UI somewhere.
set->left_just=iniReadBool(inifile,"SyncTERM","LeftJustify",FALSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment