Skip to content

Commit

Permalink
restore no-files text
Browse files Browse the repository at this point in the history
  • Loading branch information
tehn committed Apr 22, 2019
1 parent 6073f2c commit 7ab6d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lib/fileselect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fs.redraw = function()
if #fs.list == 0 then
screen.level(4)
screen.move(0,20)
screen.text("..")
screen.text("(no files)")
else
for i=1,6 do
if (i > 2 - fs.pos) and (i < fs.len - fs.pos + 3) then
Expand Down

0 comments on commit 7ab6d83

Please sign in to comment.