Age | Commit message (Expand) | Author |
---|
2021-12-24 | [ruby/reline] "Halfwidth char + halfwidth (han)dakuten" is a single grapheme. | aycabta |
2021-09-06 | [ruby/reline] Add that Reline::Unicode.take_range is cutting based on width | aycabta |
2021-09-06 | [ruby/reline] Add comments about optimizing chars in ASCII range of UTF-8 | aycabta |
2021-08-31 | [ruby/reline] Fix Reline::Unicode.take_range as it was not fully functional | aycabta |
2021-08-29 | [ruby/reline] Implement dialog with autocomplete callback | aycabta |
2021-02-21 | [ruby/reline] Return 1 when char width not found | aycabta |
2020-12-24 | [ruby/reline] Doesn't contain terminate spaces by cw | aycabta |
2020-12-24 | [ruby/reline] Delete the last char of a line by dw | aycabta |
2020-12-05 | [ruby/reline] Optimize regexp handling for width | aycabta |
2020-12-05 | [ruby/reline] Optimize ASCII character width calculation | aycabta |
2020-12-05 | [ruby/reline] Fix crash to input `é`. refs #174 | manga_osyo |
2020-12-05 | [ruby/reline] Improve the performance of `get_mbchar_width` | Yusuke Endoh |
2020-09-12 | [ruby/reline] Use str.encoding by default for split_by_width | aycabta |
2020-08-28 | [ruby/reline] Move width calculator methods to Reline::Unicode | aycabta |
2019-06-04 | Implement transpose-words | aycabta |
2019-06-03 | The ed_move_to_beg is different from vi_first_print | aycabta |
2019-05-25 | Deal with more syntax highlight edge cases | Takashi Kokubun |
2019-05-25 | Add and use Reline::Unicode.escape_for_print | Takashi Kokubun |
2019-04-30 | Add Reline as a fallback library for Readline | aycabta |
2019-04-23 | Revert "IRB is improved with Reline and RDoc, take 2" | Nobuyoshi Nakada |
2019-04-23 | IRB is improved with Reline and RDoc, take 2 | aycabta |
2019-04-21 | Revert "IRB is improved with Reline and RDoc" | aycabta |
2019-04-20 | IRB is improved with Reline and RDoc | aycabta |