Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
f68bbcde
Commit
f68bbcde
authored
May 15, 2021
by
Deucе
👌🏾
Browse files
Blocky scaling is better in my opionion.
Make it the default.
parent
a893fde3
Pipeline
#2201
failed with stage
in 7 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/syncterm/syncterm.c
src/syncterm/syncterm.c
+1
-1
No files found.
src/syncterm/syncterm.c
View file @
f68bbcde
...
...
@@ -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"
,
FALS
E
);
set
->
blocky
=
iniReadBool
(
inifile
,
"SyncTERM"
,
"BlockyScaling"
,
TRU
E
);
// TODO: Add this to the UI somewhere.
set
->
left_just
=
iniReadBool
(
inifile
,
"SyncTERM"
,
"LeftJustify"
,
FALSE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment