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
/
unicode.rb
Age
Commit message (
Expand
)
Author
2023-03-29
[ruby/reline] Drop Unicode.take_range's optional arg as it's never
Stan Lo
2023-03-29
[ruby/reline] Improve OSC sequence regexp. OSC sequence can end with
tomoya ishida
2023-03-28
[ruby/reline] Expand the scanned array to later case statement more
Stan Lo
2023-03-25
[ruby/reline] Fix split_by_width to retain color sequences
tomoya ishida
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