diff options
Diffstat (limited to 'code/draw.rb')
-rw-r--r-- | code/draw.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/draw.rb b/code/draw.rb index 3144316a..39f815fa 100644 --- a/code/draw.rb +++ b/code/draw.rb @@ -222,7 +222,7 @@ module Fm puti i+=1, 2, "#{key} => #{val}" end else - @pwd.recheck_stuff() + @pwd.make_sure_cursor_is_in_range cf = currentfile if cf and s0 = cf.mimetype |