Re: [cc65-devel] c64 - getting seemingly random chars on screen
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
|
From: Christian G. <ch...@gr...> - 2021-03-03 19:28:55
|
On 3/3/21 8:20 PM, gr...@gm... wrote: > scanf doesnt really handle "editing" No it doesn't. But on "bigger" machines, line editing (like "backspace" or so) is handled by the underlying "line discipline" of the "tty". That description is Unix-centric but I think it works on Windows as well. regards, chris |