From 73699db214f70901d642866f4233fbc99fa792a6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 22 Jun 2012 15:22:25 -0400 Subject: Resize most filteredlists to fit the ncurses screen. --- modules/textadept/keys.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/textadept/keys.lua') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 3f6a1f70..4c9d68a0 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -328,7 +328,8 @@ keys[not OSX and (not NCURSES and 'cai' or 'mi') -- TODO: { utils.set_encoding, 'ISO-8859-1' } -- TODO: { utils.set_encoding, 'MacRoman' } -- TODO: { utils.set_encoding, 'UTF-16LE' } -keys[not OSX and 'cL' or 'mL'] = m_textadept.mime_types.select_lexer +keys[not OSX and not NCURSES and 'cL' + or 'mL'] = m_textadept.mime_types.select_lexer keys.f5 = { buffer.colourise, buffer, 0, -1 } if NCURSES then keys.cl = keys.f5 end -- cgit v1.2.3