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
7371d076
Commit
7371d076
authored
May 17, 2021
by
Deucе
👌🏾
Browse files
Sync ciolib_to_screen() with screen_to_ciolib()
parent
2167cb77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/syncterm/syncterm.c
src/syncterm/syncterm.c
+6
-0
No files found.
src/syncterm/syncterm.c
View file @
7371d076
...
...
@@ -1962,12 +1962,18 @@ int ciolib_to_screen(int ciolib)
return
(
SCREEN_MODE_80X25
);
case
C80X28
:
return
(
SCREEN_MODE_80X28
);
case
C80X30
:
return
(
SCREEN_MODE_80X30
);
case
C80X43
:
return
(
SCREEN_MODE_80X43
);
case
C80X50
:
return
(
SCREEN_MODE_80X50
);
case
C80X60
:
return
(
SCREEN_MODE_80X60
);
case
ST132X37_16_9
:
return
(
SCREEN_MODE_132X37
);
case
ST132X52_5_4
:
return
(
SCREEN_MODE_132x52
);
case
VESA_132X25
:
return
(
SCREEN_MODE_132X25
);
case
VESA_132X28
:
...
...
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