vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.9k stars 120 forks source link

trying to move cursor in nano inserts capital letters #41

Closed Ccode-lang closed 2 months ago

Ccode-lang commented 2 years ago

this makes nano pretty much unusable

Ccode-lang commented 2 years ago

I found that using ^f as -> and ^b as <- works but saving does not save correctly.

Ccode-lang commented 2 years ago

Snip20210907_2 It works well for the hello.c file. This is after using the shortcuts above to use nano to edit hello.c.

edit: This works on and off.

Ccode-lang commented 2 years ago

^p also works as up arrow but I have not found a shortcut for the down arrow or newline.

streaksu commented 2 years ago

The arrow issue was fixed with the latest terminal code updates and now work perfectly, the newline is an issue related to timing that is being worked on right now, will close the issue when done.

mintsuki commented 2 months ago

Fixed.