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
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
2023-05-07
[ruby/reline] Fix dialog corrupts rendering by pushing up input line
tomoya ishida
2023-05-01
[ruby/reline] Rewrite dialog rendering
tomoya ishida
2023-04-24
[ruby/reline] Revert #335 (Trap TSTP to handle C-z)
Carl Brasic
2023-04-05
Use `em_delete` in `key_delete` (#504)
Étienne Barrié
2023-03-29
[ruby/reline] Drop Dialog#scrollbar_pos as we can store it in a
Stan Lo
2023-03-27
[ruby/reline] Fix cursor position overrun
tomoya ishida
2023-03-18
[ruby/reline] Fix: line longer than terminal width breaks rendering
tomoya ishida
2023-03-04
[ruby/reline] Fix completion with multiline
tomoya ishida
2023-02-27
[ruby/reline] Fix wrong indent number in prompt. whole_lines has
tomoya ishida
2023-02-27
[ruby/reline] Fix the cause of test_yamatanooroti randomly failing
tomoya ishida
2023-02-06
[ruby/reline] Fix line rendering when newline is added at the end of the buffer
tompng
2023-01-20
[ruby/reline] accept new_indent > cursor_max
tompng
2023-01-18
[ruby/reline] Add constant MINIMUM_SCROLLBAR_HEIGHT for scrollbar rendering w...
tompng
2023-01-18
[ruby/reline] Fix dialog scrollbar rendering position and disappearing bug
tompng
2023-01-12
[ruby/reline] Pass unmodifined lines(that does not include escape
tomoya ishida
2022-09-22
[ruby/reline] PR changes
Otávio Schwanck dos Santos
2022-09-22
[ruby/reline] fix vi-operator-arg
Otávio Schwanck dos Santos
2022-09-03
[ruby/reline] Fix a typo [ci skip]
Nobuyoshi Nakada
2022-09-02
[ruby/reline] Workaround for padding width with Aracritty on macOS
Hiroshi SHIBATA
2022-09-01
[ruby/reline] Remove loose operation in Dialog#render_each_dialog
Mau Magnaguagno
2022-06-27
[ruby/reline] Enable to change the background color of dialogs. (https://gith...
pocari
2022-01-16
[ruby/reline] Fix incremental search to work correctly even if not last line
aycabta
2022-01-16
[ruby/reline] Insert newline in the middle of buffer just after dialog
aycabta
2022-01-16
[ruby/reline] Combine common logic into one
aycabta
2022-01-16
[ruby/reline] Clear dialog when adding new line to end of buffer
aycabta
2022-01-11
[ruby/reline] Clear dialog when just_move_cursor is called with dialog at las...
aycabta
2021-12-25
[ruby/reline] Escape newline(s) in dynamic prompt
aycabta
2021-12-25
[ruby/reline] Escape newline(s) in prompt
aycabta
2021-12-25
[ruby/reline] Remove unnecessary parameter
aycabta
2021-12-24
[ruby/reline] Revert "Change aliased methods to be parivete"
aycabta
2021-12-24
[ruby/reline] Change aliased methods to be parivete
aycabta
2021-12-24
[ruby/reline] Add doc about em-kill-line macro
aycabta
2021-12-24
[ruby/reline] Implement em_kill_line
aycabta
2021-12-24
[ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...
aycabta
2021-12-24
[ruby/reline] Add doc about ed-kill-line, kill-line, em-kill-line, and unix-l...
aycabta
2021-12-24
[ruby/reline] Character merging may increase the character width
aycabta
2021-12-24
[ruby/reline] Add comment for a following char of combined char
aycabta
2021-12-21
[ruby/reline] Finalize when exception occurred
aycabta
2021-12-21
[ruby/reline] Split off set_signal_handler method
aycabta
2021-12-20
[ruby/reline] Add support for overwriting dialog proc with the same name
aycabta
2021-12-19
[ruby/reline] Clear dialog in pasting
aycabta
2021-12-13
[ruby/reline] Remove unnecessary variables, lower_space
aycabta
2021-11-21
[ruby/reline] Correct padding space calculation
ima1zumi
2021-10-12
[ruby/reline] Revert "Fix zero division when the screen width is not available"
Nobuyoshi Nakada
2021-10-12
[ruby/reline] Fix zero division when the screen width is not available
Nobuyoshi Nakada
2021-10-09
[ruby/reline] Add RELINE_ALT_SCROLLBAR env to use alternative text for scrollbar
aycabta
2021-10-09
[ruby/reline] Fix calculating dialog width with full-width scrollbar
aycabta
2021-10-08
[ruby/reline] Use alternate text for scrollbar in non-UTF-8 env
aycabta
2021-10-08
[ruby/reline] Better fix for non-UTF-8 default external encoding
Jeremy Evans
2021-10-08
[ruby/reline] Only show dialogs if default external encoding is UTF-8
Jeremy Evans
[next]