summaryrefslogtreecommitdiff
path: root/lib/reline.rb
AgeCommit message (Expand)Author
2021-03-24[ruby/reline] Add Reline.ungetc to control bufferaycabta
2021-02-07[ruby/reline] Cache pasting state in processing a keyaycabta
2020-12-22[ruby/reline] [ruby/reline] Remove unused `attr_writer`ima1zumi
2020-12-22[ruby/reline] Fixed an exception occurred when ambiguous width character was ...ima1zumi
2020-12-17[ruby/reline] Make a log file on windows if debug env is setaycabta
2020-12-05[ruby/reline] Support bracketed paste modeaycabta
2020-12-05[ruby/reline] Suppress callbacks in pastingaycabta
2020-08-18[ruby/reline] Add require 'rbconfig' to use RbConfigaycabta
2020-08-18[ruby/reline] Support mode iconMark Delk
2020-08-18[ruby/reline] Check Errno::EIOaycabta
2020-05-14Reline callbacks can take nilaycabta
2020-03-26[ruby/reline] Suppress error when check ambiguous char width in LANG=Caycabta
2020-03-26[ruby/reline] Work with wrong $/ value correctlyaycabta
2020-02-14[ruby/reline] Use IO#write instead of IO#printaycabta
2020-01-26Always refer to Reline::IOGate.encodingaycabta
2020-01-21Reline: Use a more robust detection of MinTTYLars Kanis
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
2019-12-17[ruby/reline] Implement completion_append_characterThomas Leitner
2019-12-11Support Readline.completion_quote_character by Relineaycabta
2019-12-10Support completion with case-insensitive fashionaycabta
2019-12-03Support incremental search by last determined wordaycabta
2019-11-21Change argument `Proc` to `#call` defined object.manga_osyo
2019-11-20Mintty on Cygwin isn't a kind of command prompt, can process ANSI escape codeaycabta
2019-11-12Reline#readline and Reline#readmultiline to private.osyo-manga
2019-11-08Suppress "shadowing outer local variable" warning in 2.5aycabta
2019-11-05Only taint on Ruby <2.7Jeremy Evans
2019-10-31Fix verbose warning being emittedJeremy Evans
2019-09-09Reline: Fix wrong variable nameLars Kanis
2019-08-27Remove duplicated delegationaycabta
2019-08-27Delegete an instance method to a class method correctlyaycabta
2019-08-27Save value to @ambiguous_width because of a accessoraycabta
2019-08-27The "private" doesn't make sence for class methods and a constantaycabta
2019-08-27Use preposing "private" to define methodsaycabta
2019-08-27Adjust method forwardings of Relineaycabta
2019-08-27Remove .freeze.manga_osyo
2019-08-27Fix `Reline::Windows`.manga_osyo
2019-08-27Refactoring Reline.manga_osyo
2019-08-27Remove test_mode in `lib/reline`.manga_osyo
2019-08-06Use host_os from RbConfig to detect host OS.Charles Oliver Nutter
2019-07-15Add `class Reline::History` and test.manga_osyo
2019-07-11Add arg check to Reline.dig_perfect_match_proc=aycabta
2019-06-18Print starting debug message with RELINE_STDERR_TTYaycabta
2019-06-18Implement auto indent for multilineaycabta
2019-06-14Remove debug printaycabta
2019-06-14Add Reline.prompt_procaycabta
2019-06-05Move I/O access from Reline::KeyStroke to Relineaycabta
2019-06-02Add Reline test for unknown macroaycabta
2019-06-02Add new test for Reline within pipeaycabta
2019-06-02Reline.readmultiline always needs block to confirm terminationaycabta
2019-06-01Use inputrc data for keystroke settingaycabta