Skip to content

Commit

Permalink
key repeat was not enabled when starting vi second time
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Nov 12, 2015
1 parent e3d5144 commit b29052d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forth_src/vi.fs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ rom-kernal
\ modifies kernal to change kbd prefs
e000 dup 2000 cmove \ rom => ram
\ hopefully basic is not used...
80 28a c! \ key repeat on
a eaea c! \ repeat delay
2 eb1d c! \ repeat speed
then ;
Expand Down Expand Up @@ -135,6 +134,7 @@ clear-status status-pos c! ;

: init
init-kernal
80 28a c! \ key repeat on
0 bufstart 1- c! \ sentinel
0 compile-ram ! \ to enable editor start from base.src
clear-status ;
Expand Down

0 comments on commit b29052d

Please sign in to comment.