Skip to content

Commit

Permalink
red: open_err always do tail
Browse files Browse the repository at this point in the history
  • Loading branch information
hugeping committed Sep 14, 2023
1 parent 361ab0d commit bad33a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/lib/red/frame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ end

function frame:open_err(name)
self:file(name or '+Errors')
self:win():tail()
return self:win()
end

Expand Down

0 comments on commit bad33a5

Please sign in to comment.