Skip to content
Snippets Groups Projects
Commit 2b0e1ada authored by deuce's avatar deuce
Browse files

Add a TODO comment regarding exposing the LeftJustify setting.

parent 81646d39
No related branches found
No related tags found
No related merge requests found
......@@ -1238,6 +1238,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);
// TODO: Add this to the UI somewhere.
set->left_just=iniReadBool(inifile,"SyncTERM","LeftJustify",FALSE);
/* Modem settings */
......
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