fix bad y offset after file change
carryover from the original y-position bug
This commit is contained in:
parent
96a76b1620
commit
2e7fbb9fd4
@ -757,7 +757,7 @@ function zonk_mode:next_file()
|
||||
if #self.files > 0 then
|
||||
self.file=split(deli(self.files,1), "\n")
|
||||
self.expect_cfg_line=true
|
||||
self.cy=5
|
||||
self.cy=0
|
||||
self.cx=0
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user