diff options
author | tomoya ishida <[email protected]> | 2024-07-12 21:21:20 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-07-12 12:21:26 +0000 |
commit | 17a4c7cfcf13de5be02338467791f0c953a40f3c () | |
tree | e1e77accbfd7bdcd33fdf50b35bdb7b30077bbb8 /lib/reline.rb | |
parent | 94b87084a689a3bc732dcaee744508a708223d6c (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.rb | 2 |
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 |