1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/reline
ima1zumi f589242e75 [ruby/reline] Use unix_line_discard when Ctrl-u is entered
The kill-line was called when C-u was entered, so it is now called unix-line-discard.

In readline(3):

> unix-line-discard (C-u)
>               Kill backward from point to the beginning of the line.
>               The killed text is saved on the kill-ring.

https://github.com/ruby/reline/commit/27570d195e
2021-12-30 20:23:58 +09:00
..
key_actor [ruby/reline] Use unix_line_discard when Ctrl-u is entered 2021-12-30 20:23:58 +09:00
unicode
ansi.rb
config.rb
general_io.rb
history.rb
key_actor.rb
key_stroke.rb
kill_ring.rb
line_editor.rb [ruby/reline] Escape newline(s) in dynamic prompt 2021-12-25 00:32:58 +09:00
reline.gemspec
terminfo.rb
unicode.rb
version.rb [ruby/reline] Version 0.3.0 2021-12-25 10:58:44 +09:00
windows.rb