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
/
ansi.rb
Age
Commit message (
Expand
)
Author
2024-06-01
[ruby/reline] Overhaul io gate structure
Stan Lo
2024-05-22
[ruby/reline] Catches Errno::ENODEV and Errno::EBADF in
Vladimir Támara Patiño
2024-05-08
[ruby/reline] Implement bracketed paste insert
tomoya ishida
2024-04-29
[ruby/reline] Input with eof and no newline bugfix
tomoya ishida
2024-04-06
[ruby/reline] Continue processing even if terminfo database couldn't
Mari Imaizumi
2024-04-04
[ruby/reline] Handle INT signal correctly, remove handle_cleared
tomoya ishida
2024-03-23
[ruby/reline] Do not send color reset sequence when GeneralIO is
tomoya ishida
2023-08-20
[ruby/reline] Remove Timeout usage
Stan Lo
2023-07-25
[ruby/reline] Avoid using CSI # S for scroll down
Stan Lo
2023-07-19
[ruby/reline] Always set ANSI CSI keybindings for Home, End, and
tomoya ishida
2023-07-07
[ruby/reline] Reduce direct references to `Reline::IOGate`
Stan Lo
2023-03-21
[ruby/reline] Add key bindings for PgUp and PgDn
Phillip Hellewell
2023-02-27
[ruby/reline] Fix the cause of test_yamatanooroti randomly failing
tomoya ishida
2023-01-10
[ruby/reline] Add key binding for Delete
Phillip Hellewell
2022-12-02
[ruby/reline] Fix misuse of kwarg in IO#raw
HASUMI Hitoshi
2021-12-24
[ruby/reline] Support S-Tab to move up completion cursor in vi-mode on Unix
aycabta
2021-12-21
[ruby/reline] Remove unnecessary clearing signal handler
aycabta
2021-12-11
[ruby/reline] Prefer wait_readable for fiber scheduler.
Samuel Williams
2021-12-03
[ruby/reline] No need to check `x > 0`
ima1zumi
2021-12-02
[ruby/reline] fix `TerminfoError` -> `Reline::Terminfo::TerminfoError`
ima1zumi
2021-12-02
[ruby/reline] Rescue if tigetstr(capname) cannot be obtained
ima1zumi
2021-10-03
[ruby/reline] Simplify SIGWINCH handler to avoid aborting when resizing.
TOMITA Masahiro
2021-08-30
[ruby/reline] Add autocompletion on emacs mode by Tab / S-Tab
aycabta
2021-08-29
[ruby/reline] Hide cursor when rendering dialog
aycabta
2021-08-14
[ruby/reline] Remove interrupt avoidance
aycabta
2021-06-25
[ruby/reline] Fix missing require.
Samuel Williams
2021-06-25
[ruby/reline] Avoid using blocking `IO.select`.
Samuel Williams
2021-06-21
[ruby/reline] Add binding C-x C-x to em_exchange_mark on Windows
aycabta
2021-06-21
[ruby/reline] Add Meta+arrow-keys in extended entries of terminfo
aycabta
2021-06-21
[ruby/reline] Terminfo.tigetstr and tiparm should return String object
aycabta
2021-06-21
[ruby/reline] Add terminfo support
aycabta
2021-06-21
[ruby/reline] Handle Errno::ENOTTY correctly
aycabta
2021-04-08
[ruby/reline] Separate keystrokes each editing mode
aycabta
2020-12-17
[ruby/reline] Use plus operator to create unfrozen string
Robert Schulze
2020-12-05
Cope with frozen-string-literal
Robert Schulze
2020-12-05
[ruby/reline] Support bracketed paste mode
aycabta
2020-12-05
[ruby/reline] Suppress callbacks in pasting
aycabta
2020-09-12
[ruby/reline] Support for word movement escape sequences in iTerm2
aycabta
2020-09-12
[ruby/reline] Skip the nil obtained from getc
aycabta
2020-08-28
[ruby/reline] fix cursor_pos regexp match
tompng
2020-08-18
Strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-08-18
[ruby/reline] Check Errno::EIO
aycabta
2020-08-18
[ruby/reline] Add home/end mapping for urxvt and relatives
Tomás Pollak
2020-05-12
Some I/O in test doesn't have "position"
aycabta
2020-02-14
[ruby/reline] Use IO#write instead of IO#print
aycabta
2020-02-09
[ruby/reline] Organize special keys escape sequences
aycabta
2020-02-02
[ruby/reline] Bypass cursor down when a char is rendered at eol on Windows
aycabta
2020-01-29
[ruby/reline] Support GNOME style Home/End key sequences [Bug #16510]
aycabta
2020-01-14
Introduce an abstracted structure about the encoding of Reline
aycabta
2020-01-05
Rescue EOFError
aycabta
[next]