From 1d6c1bfb4503da0d4596345d74af63a34a58410b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 18 Sep 2012 15:46:31 -0400 Subject: Fixed bug with extra empty entry in buffer browser; core/gui.lua --- core/gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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 -- cgit v1.2.3