Skip to content

Commit

Permalink
slower key repeat settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Jul 23, 2018
1 parent 34988e3 commit 9ef1fa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Expand Up @@ -332,3 +332,7 @@ Thanks to polluks for suggestions!
* forth: added DEFER DEFER! IS to compat
* forth: made loadb return address after last written byte
* debug: made see show branch

v1.6.5

* editor: slower key repeat settings
4 changes: 2 additions & 2 deletions forth_src/vi.fs
Expand Up @@ -635,8 +635,8 @@ eof @ c@ abort" eof" again ;
ram-kernal eaea @ 8ca <> if
rom-kernal
e000 dup 2000 move \ rom => ram
a eaea c! \ repeat delay
2 eb1d c! \ repeat speed
f eaea c! \ repeat delay
4 eb1d c! \ repeat speed
then

80 28a c! \ key repeat on
Expand Down

0 comments on commit 9ef1fa9

Please sign in to comment.