summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2019-05-27Fix rendering bug of ^Daycabta
2019-05-27Move to next of last line by ^Daycabta
2019-05-27Check blank historyaycabta
2019-05-27Move to next of last line by ^Caycabta
2019-05-27Reline should move to next line after finished in Readline modeaycabta
2019-05-27Move to the other line when press <- at head or -> at tailaycabta
2019-05-27Implement J to join lines in vi command modeaycabta
2019-05-27Remove \1 and \2 that escape CSI before renderaycabta
2019-05-27Fix indexes in comments of vi_insert.rbaycabta
2019-05-25Deal with more syntax highlight edge casesTakashi Kokubun
2019-05-26Fix completion menu state calculationaycabta
2019-05-26Fix indexes in commentsNobuyoshi Nakada
2019-05-26Use Reline.completer_word_break_characters to completeaycabta
2019-05-25Add and use Reline::Unicode.escape_for_printTakashi Kokubun
2019-05-25Drop method obsoleted by b83119be9e9a8611063142541993e4823a025622Takashi Kokubun
2019-05-24Incremental syntax highlight for IRB source linesTakashi Kokubun
2019-05-25Fix wrong variable nameaycabta
2019-05-25Add round-robin variableaycabta
2019-05-25Enter key always means evaluate in Reline#readmultilineaycabta
2019-05-25Fix C-v C-jaycabta
2019-05-25Revert "Change Reline's version with "Reline 0.0.0""aycabta
2019-05-25Change Reline's version with "Reline 0.0.0"aycabta
2019-05-24Support Meta key in Relineaycabta
2019-05-23C-v C-j means an newline insertionaycabta
2019-05-23Change behavior to confirm multiline terminationaycabta
2019-05-22Remove unnecessary variable in LineEditoraycabta
2019-05-22Support CSI sequences in promptaycabta
2019-05-22Reline#reset should initalize @rest_height and @screen_size eveytimeaycabta
2019-05-21Remove ~/.inputrc not found error messageaycabta
2019-05-21Cursor should be at line head after line breakingaycabta
2019-05-21Support DEL keyaycabta
2019-05-21Fix vertical cursor moving when splitting lineaycabta
2019-05-21Finish only when buffer contains non-blank lineaycabta
2019-05-21Cursor up should reduce 1 than editing heightaycabta
2019-05-21Check bytesize in vi command mode last char backaycabta
2019-05-20Cursor can't move to eol when vi command modeaycabta
2019-05-20Readline.completion_proc accepts US-ASCIIaycabta
2019-05-18Add Reline.test_mode to use with special I/Oaycabta
2019-05-15Rename confuzed name Reline::IO with Reline::IOGateaycabta
2019-05-14Remove useless use of a variable in Reline::ANSIaycabta
2019-05-14Check encoding when Readline completionaycabta
2019-05-14Rescue CompatibilityError for Readline's completionaycabta
2019-05-14Remove unused variable in LineEditoraycabta
2019-05-13Implement Reline::HISTORY as an expanded Arrayaycabta
2019-05-13Add attr_accessor for Reline's Config attrsaycabta
2019-05-13Implement Reline's class methods for compatibilityaycabta
2019-05-13Add Reline.pre_input_hook interfaceaycabta
2019-05-13Implement Reline.input= and Reline.output=aycabta
2019-05-13Add ed_search_prev_history to Relineaycabta
2019-05-13Split namespace of env-dependent I/O classesaycabta