index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
reline.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/reline] Remove unapproved color setting APIs
Stan Lo
2022-12-05
1
-26
/
+5
*
[ruby/reline] Support dumb terminal
Nobuyoshi Nakada
2022-09-01
1
-16
/
+13
*
[ruby/reline] Rename dialog_pointer_* to dialog_highlight_*
st0012
2022-07-22
1
-10
/
+10
*
[ruby/reline] Use color name instead of code (integer) in dialog color APIs
st0012
2022-07-16
1
-20
/
+25
*
[ruby/reline] Enable to change the background color of dialogs. (https://gith...
pocari
2022-06-27
1
-10
/
+43
*
[ruby/reline] Check the ambiguous char width only on tty
Nobuyoshi Nakada
2022-06-13
1
-1
/
+1
*
[ruby/reline] Finalize when exception occurred
aycabta
2021-12-21
1
-1
/
+6
*
[ruby/reline] Split off set_signal_handler method
aycabta
2021-12-21
1
-0
/
+1
*
[ruby/reline] Add support for overwriting dialog proc with the same name
aycabta
2021-12-20
1
-8
/
+6
*
[ruby/reline] Add Reline.dialog_proc(name_sym)
aycabta
2021-12-20
1
-0
/
+7
*
[ruby/reline] Suppress warning, "instance variable @ambiguous_width not initi...
aycabta
2021-10-11
1
-1
/
+1
*
[ruby/reline] Refactoring Reline::Key.match? and add test.
manga_osyo
2021-10-02
1
-13
/
+9
*
[ruby/reline] Move #pointer from DialogRenderInfo to Dialog
aycabta
2021-09-10
1
-2
/
+3
*
[ruby/reline] Use Symbol for method names
aycabta
2021-09-07
1
-1
/
+1
*
[ruby/reline] Limit number of chars only when completion source text (pointer...
aycabta
2021-09-06
1
-1
/
+1
*
[ruby/reline] Cut out read_2nd_character_of_key_sequence
aycabta
2021-09-06
1
-27
/
+35
*
[ruby/reline] Use combined_key if it exists when comparing Reline::Key and In...
aycabta
2021-09-06
1
-1
/
+1
*
[ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed k...
aycabta
2021-09-06
1
-2
/
+10
*
[ruby/reline] Support for key bindings result Symbol in Reline::Key
aycabta
2021-09-06
1
-1
/
+1
*
[ruby/reline] Add Reline::Key#== as an alias to Reline::Key#match?
aycabta
2021-09-06
1
-0
/
+1
*
[ruby/reline] Reline::Key supports the comparison with Integer
aycabta
2021-09-06
1
-3
/
+15
*
[ruby/reline] Implement scrollbar
aycabta
2021-09-04
1
-2
/
+2
*
[ruby/reline] Show even if it's only one candidate until a perfect match
aycabta
2021-09-04
1
-1
/
+1
*
[ruby/reline] Add Reline::Key#match?
aycabta
2021-09-03
1
-1
/
+7
*
[ruby/reline] Autocompletion ignites when target char length is 3 or longer
aycabta
2021-09-03
1
-1
/
+1
*
[ruby/reline] Add a space
aycabta
2021-09-02
1
-1
/
+1
*
[ruby/reline] Fix Reline::Unicode.take_range as it was not fully functional
aycabta
2021-08-31
1
-1
/
+1
*
[ruby/reline] Pass "dialog" to context to get "dialog.scroll_top" later
aycabta
2021-08-31
1
-1
/
+1
*
[ruby/reline] Autocompletion dialog height 15
aycabta
2021-08-31
1
-1
/
+1
*
[ruby/reline] Scroll autocompletion pointer in dialog correctly
aycabta
2021-08-31
1
-1
/
+1
*
[ruby/reline] Use DialogRenderInfo struct
aycabta
2021-08-31
1
-1
/
+2
*
[ruby/reline] Fix Reline.autocompletion=() interface
aycabta
2021-08-30
1
-0
/
+1
*
[ruby/reline] Add Reline.autocompletion=() interface
aycabta
2021-08-30
1
-0
/
+8
*
[ruby/reline] Add autocompletion on emacs mode by Tab / S-Tab
aycabta
2021-08-30
1
-0
/
+1
*
[ruby/reline] Make autocomplete dialog is registered first
aycabta
2021-08-29
1
-2
/
+3
*
[ruby/reline] Delete show doc dialog to move it to IRB
aycabta
2021-08-29
1
-37
/
+0
*
[ruby/reline] Remove an unnecessary variable
aycabta
2021-08-29
1
-1
/
+0
*
[ruby/reline] Remove dialog_proc_list accessor of Reline
aycabta
2021-08-29
1
-1
/
+0
*
[ruby/reline] Move constants of dialogs to under Reline
aycabta
2021-08-29
1
-5
/
+5
*
[ruby/reline] Use default dialog context to communicate others
aycabta
2021-08-29
1
-4
/
+7
*
[ruby/reline] Use colored doc output with ANSI escape sequence
aycabta
2021-08-29
1
-2
/
+2
*
[ruby/reline] Support custom bg color
aycabta
2021-08-29
1
-2
/
+2
*
[ruby/reline] Show method or class doc correctly
aycabta
2021-08-29
1
-5
/
+20
*
[ruby/reline] Implement doc display dialog in conjunction with autocomplete
aycabta
2021-08-29
1
-1
/
+26
*
[ruby/reline] Add the ability to handle context between dialogs
aycabta
2021-08-29
1
-4
/
+4
*
[ruby/reline] Support for multiple dialog rendering
aycabta
2021-08-29
1
-6
/
+12
*
[ruby/reline] Cut out the autocomplete callback
aycabta
2021-08-29
1
-31
/
+33
*
[ruby/reline] Implement dynamic selection of candidates
aycabta
2021-08-29
1
-3
/
+10
*
[ruby/reline] Remove unnecessary condition
aycabta
2021-08-29
1
-5
/
+4
*
[ruby/reline] Fix typo
aycabta
2021-08-29
1
-1
/
+1
[next]