summaryrefslogtreecommitdiff
path: root/lib/reline.rb
diff options
context:
space:
mode:
authortomoya ishida <[email protected]>2024-07-12 21:21:20 +0900
committergit <[email protected]>2024-07-12 12:21:26 +0000
commit17a4c7cfcf13de5be02338467791f0c953a40f3c ()
treee1e77accbfd7bdcd33fdf50b35bdb7b30077bbb8 /lib/reline.rb
parent94b87084a689a3bc732dcaee744508a708223d6c (diff)
[ruby/reline] Fix rendering bug of nomultiline prompt
(https://.com/ruby/reline/pull/730) Fix bug of `print('a'*10); Reline.readline('>')` wrong rendering https://.com/ruby/reline/commit/c0469a12b9
-rw-r--r--lib/reline.rb2
1 files changed, 1 insertions, 1 deletions
@@ -331,7 +331,7 @@ module Reline
end
end
- line_editor.print_nomultiline_prompt(prompt)
line_editor.update_dialogs
line_editor.rerender