picocomputer / rp6502

Picocomputer 6502 firmware
BSD 3-Clause "New" or "Revised" License
85 stars 23 forks source link

Support multi-line input #33

Closed rumbledethumps closed 10 months ago

rumbledethumps commented 11 months ago

The readline-like system for monitor input and fgets/getc/getchar supports 78 chars on a single line. By improving com.c along with term.c, multi-line input of 255 chars can be supported.