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
ruby_3_4
ruby_4_0
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
/
line_editor.rb
Age
Commit message (
Expand
)
Author
2021-08-29
[ruby/reline] Support custom bg color
aycabta
2021-08-29
[ruby/reline] Add the ability to handle context between dialogs
aycabta
2021-08-29
[ruby/reline] Support for multiple dialog rendering
aycabta
2021-08-29
[ruby/reline] Remove @dialog_updown and @dialog_contents_width
aycabta
2021-08-29
[ruby/reline] Implement dynamic selection of candidates
aycabta
2021-08-29
[ruby/reline] Completion journey starts with one of candidates
aycabta
2021-08-29
[ruby/reline] Move cursor correctly when current line is auto wrapped
aycabta
2021-08-29
[ruby/reline] Update dialog backup before clearing
aycabta
2021-08-29
[ruby/reline] Show autocomplete correctly when starts from prev line
aycabta
2021-08-29
[ruby/reline] Remove unnecessary metadata between lines
aycabta
2021-08-29
[ruby/reline] Combine vertical processing into @dialog_vertical_offset
aycabta
2021-08-29
[ruby/reline] Drop too much contents before processing
aycabta
2021-08-29
[ruby/reline] Display autocomplete below original line if end point was wrapped
aycabta
2021-08-29
[ruby/reline] Scroll properly to create margin
aycabta
2021-08-29
[ruby/reline] Move dialog pos to left when goes beyond right edge
aycabta
2021-08-29
[ruby/reline] Hide cursor when rendering dialog
aycabta
2021-08-29
[ruby/reline] Remove debug code
aycabta
2021-08-29
[ruby/reline] Clear after cursor
aycabta
2021-08-29
[ruby/reline] Move cursor to rerender right margin of dialog correctly
aycabta
2021-08-29
[ruby/reline] Add comments about where rerendering
aycabta
2021-08-29
[ruby/reline] Use background color instead of border frame
aycabta
2021-08-29
[ruby/reline] Suppress warning; unused variable
aycabta
2021-08-29
[ruby/reline] Remove an unnecessary variable
aycabta
2021-08-29
[ruby/reline] Implement dialog with autocomplete callback
aycabta
2021-08-29
[ruby/reline] Separate calling completion proc with checking args
aycabta
2021-08-04
Handle SIGINT in other thread correctly
aycabta
2021-08-04
Use Symbol of signal for trap
aycabta
2021-06-21
[ruby/reline] Remove FIXME comment in #render
aycabta
2021-06-21
[ruby/reline] Remove TODO comment in #render_partial
aycabta
2021-04-02
[ruby/reline] Reset @rest_height when clear screen
aycabta
2021-03-24
[ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...
aycabta
2021-03-24
[ruby/reline] Support preposing and postposing for Reline.completion_proc
aycabta
2021-03-24
[ruby/reline] Reline.delete_text removes the current line in multiline
aycabta
2021-02-21
[ruby/reline] Use UTF-8 only for width calc, rest uses original encoding
aycabta
2021-02-21
[ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof pr...
Yoshinao Muramatu
2021-02-21
[ruby/reline] We still need support new and legacy behavior.
Yoshinao Muramatu
2021-02-21
[ruby/reline] Avoid tripping over nil prompt
Eamonn Webster
2021-02-07
[ruby/reline] Terminate correctly in the middle of lines higher than the screen
aycabta
2021-02-07
[ruby/reline] Autowrap correctly when inserting chars in the middle of a line
aycabta
2021-02-07
[ruby/reline] The vi_histedit supports multiline
aycabta
2021-02-07
[ruby/reline] Move cursor just after the last line when finished
aycabta
2021-02-07
[ruby/reline] Update cursor info by inserting newline even if not in pasting
aycabta
2021-02-07
[ruby/reline] Handle past logs correctly when the code is higher than the screen
aycabta
2021-02-07
[ruby/reline] Show all lines higher than the screen when finished
aycabta
2021-02-07
[ruby/reline] Scroll down when ^C is pressed
aycabta
2021-02-07
[ruby/reline] Remove an unused variable
aycabta
2021-02-07
[ruby/reline] Initialize uninitialized variables in tests
aycabta
2021-02-07
[ruby/reline] Cache pasting state in processing a key
aycabta
2021-01-18
[ruby/reline] Support for change in Windows-specific behavior at eol
aycabta
2021-01-18
[ruby/reline] Initialize a variable just in case
aycabta
[prev]
[next]