mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix left bracket input in line input mode
When the input mode is set to line, the left bracket cannot be input.
This commit is contained in:
parent
e382f3203a
commit
c11b3a196f
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ static void readline_input_left_bracket(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
readline_input_char('[');
|
||||
rl_escape = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue