index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
reline
Age
Commit message (
Expand
)
Author
2020-04-29
[ruby/reline] Add URL reference of history-size
aycabta
2020-04-29
[ruby/reline] Version 0.1.4
aycabta
2020-04-29
[ruby/reline] Negative history_size means unlimited
aycabta
2020-04-29
[ruby/reline] New items to history are dropped if history_size is zero
aycabta
2020-04-29
[ruby/reline] Ignore non-absolute XDG_CONFIG_HOME
Nobuyoshi Nakada
2020-04-24
[ruby/reline] Treat home dir correctly
aycabta
2020-04-24
[ruby/reline] Support XDG_CONFIG_HOME
aycabta
2020-04-18
[ruby/reline] Add ed_search_next_history
aycabta
2020-04-18
[ruby/reline] Add ed_search_prev_history
aycabta
2020-04-18
[ruby/reline] Use vi_search_{prev,next} to incremental search
aycabta
2020-04-18
[ruby/reline] Rename search_history with incremental_search_history
aycabta
2020-03-26
[ruby/reline] Suppress error in case INPUTRC env is empty
aycabta
2020-03-26
[ruby/reline] Work with wrong $/ value correctly
aycabta
2020-02-15
[ruby/reline] Version 0.1.3
aycabta
2020-02-14
[ruby/reline] Use IO#write instead of IO#print
aycabta
2020-02-09
[ruby/reline] Organize special keys escape sequences
aycabta
2020-02-02
[ruby/reline] Bypass cursor down when a char is rendered at eol on Windows
aycabta
2020-02-02
[ruby/reline] Fix Reline::Windows#scroll_down
aycabta
2020-01-29
[ruby/reline] Support GNOME style Home/End key sequences [Bug #16510]
aycabta
2020-01-26
Always use UTF-8 for Reline::GeneralIO on Windows
aycabta
2020-01-21
Reline: Use a more robust detection of MinTTY
Lars Kanis
2020-01-21
[ruby/reline] Implement vi_change_meta
aycabta
2020-01-20
[ruby/reline] Implement vi_prev_char and vi_to_prev_char
aycabta
2020-01-20
[ruby/reline] Implement vi_to_next_char
aycabta
2020-01-17
Implement vi_insert_at_bol and vi_add_at_eol
aycabta
2020-01-14
Introduce an abstracted structure about the encoding of Reline
aycabta
2020-01-06
Support history-size in .inputrc correctly
aycabta
2020-01-06
Complete indented and quoted string correctly
aycabta
2020-01-05
Rescue EOFError
aycabta
2020-01-05
[ruby/reline] Sort completion list
KOBAYASHI Shuji
2019-12-31
[ruby/reline] Degenerate the terminal size to [$LINES, $COLUMNS] if it is unk...
Yusuke Endoh
2019-12-27
Drop an invalid char as UTF-8
aycabta
2019-12-25
[ruby/reline] Version 0.1.2
aycabta
2019-12-25
Save last breaking point to complete
aycabta
2019-12-25
[ruby/reline] Version 0.1.1
aycabta
2019-12-25
The behavior of vi_end_of_transmission should be the same of vi_list_or_eof
aycabta
2019-12-25
^D on non-empty line in vi mode behaves like Enter
aycabta
2019-12-24
Remove unused variable
aycabta
2019-12-24
The delete-char-or-list shows completed list when called at end of line
aycabta
2019-12-24
[ruby/reline] Version 0.1.0
aycabta
2019-12-23
[ruby/reline] Use IO#raw to read one byte
Nobuyoshi Nakada
2019-12-22
Support multibyte input
Nobuyoshi Nakada
2019-12-22
[ruby/reline] Support Ctrl+right as em_next_word, and Ctrl+left as ed_prev_word
Yusuke Endoh
2019-12-22
Remove TODO comment
aycabta
2019-12-22
[ruby/reline] Preserve the input buffer across cursor_pos
Yusuke Endoh
2019-12-22
[ruby/reline] Consider Reline::ANSI.input at prep
Nobuyoshi Nakada
2019-12-20
Fixed misspellings
Nobuyoshi Nakada
2019-12-17
Remove an unnecessary variable
aycabta
2019-12-17
Remove unnecessary branches
aycabta
2019-12-17
[ruby/reline] Implement completion_append_character
Thomas Leitner
[next]