Any interest in adding conio cgets? #2667
Closed
Russell-S-Harper
started this conversation in
General
Replies: 3 comments
-
I'm surprised we dont have this function already :) So sure, we can add that. It should then live in libsrc/conio though (and work on top of cgetc for that matter) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Super. I'm seeing only one current branch "master", is that the one to fork from? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, of course :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on some code for
cgets
to use in CX16 but it would probably be compatible with other platforms.Would be a single source file
cc65/libsrc/cx16/cgets.c
and revisions tocc65/include/conio.h
.Beta Was this translation helpful? Give feedback.
All reactions