FDOS / freecom

FreeDOS Command Shell (command.com)
http://www.freedos.org/
GNU General Public License v2.0
158 stars 38 forks source link

fix multi-line command editing #102 #103

Closed boeckmann closed 5 months ago

boeckmann commented 5 months ago

Fixes multi-line command editing by keeping track of the screen position the command line starts. The previous code failed to do so in certain situations, especially with scrolling involved.