Age | Commit message (Expand) | Author |
---|
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 |
2021-10-08 | [ruby/reline] Cut off the excess on narrow screen | aycabta |
2021-10-08 | [ruby/reline] Rename DIALOG_HEIGHT with DIALOG_DEFAULT_HEIGHT | aycabta |
2021-10-05 | [ruby/reline] The width of block elements is 1 on Windows | aycabta |
2021-10-03 | [ruby/reline] Re-calc the scroll pos when the content in dialog is shortened | aycabta |
2021-10-03 | [ruby/reline] Initialize @trap_key to suppress warning | aycabta |
2021-10-03 | [ruby/reline] Add a comment to use "private alias_method" idiom after drop Ru... | aycabta |
2021-10-03 | [ruby/reline] Add code block notation in doc | aycabta |
2021-10-03 | [ruby/reline] Add doc for ed-unassigned and ed-insert macro | aycabta |
2021-10-03 | [ruby/reline] Rerender whole buffer when argument editing finished | aycabta |
2021-10-03 | [ruby/reline] Simplify SIGWINCH handler to avoid aborting when resizing. | TOMITA Masahiro |
2021-10-03 | [ruby/reline] Adjust border of scrollbar rendering calculation | aycabta |
2021-10-03 | [ruby/reline] The @block_elem_width shouldn't be used for height calculation | aycabta |
2021-09-29 | [ruby/reline] Support ed_argument_digit by M+num | aycabta |
2021-09-28 | [ruby/reline] Ignore NUL by ed_quoted_insert | aycabta |
2021-09-27 | [ruby/reline] ^K is kill-line and ^U is unix-line-discard for inputrc | aycabta |
2021-09-26 | [ruby/reline] Implement vi_kill_line_prev | Jake Zimmerman |
2021-09-25 | [ruby/reline] Add aliases {prev,next}_history to ed_{prev,next}_history | aycabta |
2021-09-24 | [ruby/reline] Use SGR 0 instead of SGR 39 and 49 to reset font settings | aycabta |
2021-09-23 | [ruby/reline] Reset all font settings at left end of dialog | aycabta |
2021-09-10 | [ruby/reline] Move #pointer from DialogRenderInfo to Dialog | aycabta |
2021-09-10 | [ruby/reline] Erase lines correctly when dialog height is changed | aycabta |