Skip to content

Commit 65c2902

Browse files
committed
Updated OSX and CURSES detection from latest Textadept hg.
1 parent 813221c commit 65c2902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ end
168168
-- @name keys
169169
M.keys = {
170170
['\n'] = M.evaluate_repl,
171-
[not OSX and 'ctrl+ ' or 'alt+esc'] = M.complete_lua,
171+
[not (OSX and not CURSES) and 'ctrl+ ' or 'alt+esc'] = M.complete_lua,
172172
['ctrl+up'] = M.cycle_history_prev,
173173
['ctrl+down'] = M.cycle_history_next,
174174
['ctrl+p'] = M.cycle_history_prev,

0 commit comments

Comments
 (0)