diff options
-rw-r--r-- | core/gui.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gui.lua b/core/gui.lua index 65df428f..8ea4162f 100644 --- a/core/gui.lua +++ b/core/gui.lua @@ -111,7 +111,7 @@ function gui.switch_buffer() items[#items + 1] = filename end local i = gui.filteredlist(_L['Switch Buffers'], columns, items, true, - NCURSES and { '--width', gui.size[1] - 2 } or '') + NCURSES and { '--width', gui.size[1] - 2 } or '--') if i then view:goto_buffer(i + 1) end end |