1
0
Fork 0

ifdef for readline version

This commit is contained in:
Jan Steemann 2012-12-18 11:43:11 +01:00
parent 9e71afeeb5
commit e5ad8f6612
1 changed files with 2 additions and 0 deletions

View File

@ -262,7 +262,9 @@ bool V8LineEditor::open (const bool autoComplete) {
// rl_variable_bind("horizontal-scroll-mode", "1");
// show matching parentheses
#if RL_READLINE_VERSION >= 0x0500
rl_set_paren_blink_timeout(1 * 1000 * 1000);
#endif
rl_variable_bind("blink-matching-paren", "1");
// show selection list when completion is ambiguous. not setting this