maxdev1 / ghost

Ghost, a micro-kernel based hobby operating system.
http://ghostkernel.org/
GNU General Public License v3.0
559 stars 57 forks source link

Terminal: The cursor returns to the line after the command when the last command finishes #31

Open MarcoCicognani opened 1 year ago

MarcoCicognani commented 1 year ago

Hi Max!

When you launch a program from the terminal the cursor moves back to the line after the one where you typed the command.

Then the following characters typed are overlapped to the previous output

image

maxdev1 commented 1 year ago

Hey Marco,

Thanks for the ticket - in fact the whole terminal implementation is a big mess at the moment. I used it mostly for testing things like the canvas. I'll rewrite it though in the future 😄