summaryrefslogtreecommitdiff
path: root/lib/reline/line_editor.rb
AgeCommit message (Expand)Author
2019-05-30Use rebuilt buffer data to rerender allaycabta
2019-05-30Use start_with? for escaped quote tooaycabta
2019-05-30Use negative lookahead and start_with?aycabta
2019-05-30Fix strange vertical cursor moving when adding a newline at bottomaycabta
2019-05-30Calculate vertical position correctly when rerendering all linesaycabta
2019-05-30Fix broken rendering when the last line is auto-wrappedaycabta
2019-05-30Rerender following lines when line number increasedaycabta
2019-05-30Clear remaining lines when line number decreasedaycabta
2019-05-30Fix the auto-wrap behabior that was too buggyaycabta
2019-05-28Use Reline.completer_quote_characters to completeaycabta
2019-05-28Join next line if deletes newline at end of lineaycabta
2019-05-28Exit only when blank inputaycabta
2019-05-28Support OSC and treat \1 \2 correctlyaycabta
2019-05-28Revert "Support OSC and treat \1 \2 correctly"aycabta
2019-05-28Support OSC and treat \1 \2 correctlyaycabta
2019-05-27CSI allows empty digit which equals 0Nobuyoshi Nakada
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-26Fix completion menu state calculationaycabta
2019-05-26Use Reline.completer_word_break_characters to completeaycabta
2019-05-25Drop method obsoleted by b83119be9e9a8611063142541993e4823a025622Takashi Kokubun
2019-05-24Incremental syntax highlight for IRB source linesTakashi Kokubun
2019-05-25Enter key always means evaluate in Reline#readmultilineaycabta
2019-05-25Fix C-v C-jaycabta
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-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-15Rename confuzed name Reline::IO with Reline::IOGateaycabta
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's class methods for compatibilityaycabta
2019-05-13Add Reline.pre_input_hook interfaceaycabta