jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

Cursor keys not working in v #496

Closed IanWitham closed 1 year ago

IanWitham commented 1 year ago

While in edit mode, cursor keys inside a string produce PETSCII control characters as expected from the recent commit. However, outside of a string they do nothing (i.e. the cursor doesn't move).

The cursor keys still work while not in edit mode.

jkotlinski commented 1 year ago

I changed that intentionally. The reason was that it felt weird with a behavior change from movement to insert as the cursor moved to a string.

Maybe there is a better way to do it, not sure.

On Wed, 21 Dec 2022 at 21:50, amuletofyendor @.***> wrote:

While in edit mode, cursor keys inside a string produce PETSCII control characters as expected from the recent commit. However, outside of a string they do nothing (i.e. the cursor doesn't move).

The cursor keys still work while not in edit mode.

— Reply to this email directly, view it on GitHub https://github.com/jkotlinski/durexforth/issues/496, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAY34O743UEKR5ETKTNJ3NDWONUSTANCNFSM6AAAAAATGAV7QY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jkotlinski commented 1 year ago

ok, should be working more or less ideally now.