- raise(Terminal.Signal) - Method in class org.jline.terminal.impl.AbstractTerminal
-
- raise(Terminal.Signal) - Method in class org.jline.terminal.impl.LineDisciplineTerminal
-
- raise(Terminal.Signal) - Method in interface org.jline.terminal.Terminal
-
- range(String) - Static method in class org.jline.keymap.KeyMap
-
- read() - Method in class org.jline.builtins.ScreenTerminal
-
- read() - Method in class org.jline.builtins.Source.PathSource
-
- read() - Method in interface org.jline.builtins.Source
-
- read() - Method in class org.jline.builtins.Source.StdInSource
-
- read() - Method in class org.jline.builtins.Source.URLSource
-
- read() - Method in class org.jline.utils.InputStreamReader
-
Reads a single character from this reader and returns it as an integer
with the two higher-order bytes set to 0.
- read(char[], int, int) - Method in class org.jline.utils.InputStreamReader
-
Reads at most length
characters from this reader and stores them
at position offset
in the character array buf
.
- read() - Method in class org.jline.utils.NonBlockingReader
-
- read(long) - Method in class org.jline.utils.NonBlockingReader
-
Attempts to read a character from the input stream for a specific
period of time.
- read(char[], int, int) - Method in class org.jline.utils.NonBlockingReader
-
This version of read() is very specific to jline's purposes, it
will always always return a single byte at a time, rather than filling
the entire buffer.
- READ_COMMAND - Static variable in interface org.jline.reader.LineReader
-
- READ_EXPIRED - Static variable in class org.jline.utils.NonBlockingReader
-
- readBinding(KeyMap<T>) - Method in class org.jline.keymap.BindingReader
-
Read from the input stream and decode an operation from the key map.
- readBinding(KeyMap<T>, KeyMap<T>) - Method in class org.jline.keymap.BindingReader
-
- readBinding(KeyMap<T>, KeyMap<T>, boolean) - Method in class org.jline.keymap.BindingReader
-
- readBinding(KeyMap<Binding>) - Method in class org.jline.reader.impl.LineReaderImpl
-
Read from the input stream and decode an operation from the key map.
- readBinding(KeyMap<Binding>, KeyMap<Binding>) - Method in class org.jline.reader.impl.LineReaderImpl
-
- readCharacter() - Method in class org.jline.keymap.BindingReader
-
Read a codepoint from the terminal.
- readCharacter() - Method in class org.jline.reader.impl.LineReaderImpl
-
Read a character from the terminal.
- readConsoleInput() - Method in class org.jline.terminal.impl.AbstractWindowsTerminal
-
- readConsoleInput() - Method in class org.jline.terminal.impl.jansi.JansiWinSysTerminal
-
- readConsoleInput() - Method in class org.jline.terminal.impl.jna.win.JnaWinSysTerminal
-
- reader - Variable in class org.jline.builtins.Less
-
- reader - Variable in class org.jline.keymap.BindingReader
-
- reader - Variable in class org.jline.terminal.impl.AbstractWindowsTerminal
-
- reader() - Method in class org.jline.terminal.impl.AbstractWindowsTerminal
-
- reader() - Method in class org.jline.terminal.impl.DumbTerminal
-
- reader() - Method in class org.jline.terminal.impl.LineDisciplineTerminal
-
- reader() - Method in class org.jline.terminal.impl.PosixPtyTerminal
-
- reader - Variable in class org.jline.terminal.impl.PosixSysTerminal
-
- reader() - Method in class org.jline.terminal.impl.PosixSysTerminal
-
- reader() - Method in interface org.jline.terminal.Terminal
-
- ReaderUtils - Class in org.jline.reader.impl
-
- reading - Variable in class org.jline.reader.impl.LineReaderImpl
-
- readLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
Read the next line and return the contents of the buffer.
- readLine(Character) - Method in class org.jline.reader.impl.LineReaderImpl
-
Read the next line with the specified character mask.
- readLine(String) - Method in class org.jline.reader.impl.LineReaderImpl
-
- readLine(String, Character) - Method in class org.jline.reader.impl.LineReaderImpl
-
Read a line from the
in InputStream
, and return the line
(without any trailing newlines).
- readLine(String, Character, String) - Method in class org.jline.reader.impl.LineReaderImpl
-
Read a line from the
in InputStream
, and return the line
(without any trailing newlines).
- readLine(String, String, Character, String) - Method in class org.jline.reader.impl.LineReaderImpl
-
Read a line from the
in InputStream
, and return the line
(without any trailing newlines).
- readLine() - Method in interface org.jline.reader.LineReader
-
Read the next line and return the contents of the buffer.
- readLine(Character) - Method in interface org.jline.reader.LineReader
-
Read the next line with the specified character mask.
- readLine(String) - Method in interface org.jline.reader.LineReader
-
Read the next line with the specified prompt.
- readLine(String, Character) - Method in interface org.jline.reader.LineReader
-
Read a line from the
in InputStream
, and return the line
(without any trailing newlines).
- readLine(String, Character, String) - Method in interface org.jline.reader.LineReader
-
Read a line from the
in InputStream
, and return the line
(without any trailing newlines).
- readLine(String, String, Character, String) - Method in interface org.jline.reader.LineReader
-
Read a line from the
in InputStream
, and return the line
(without any trailing newlines).
- readMouse(Terminal, MouseEvent) - Static method in class org.jline.terminal.impl.MouseSupport
-
- readMouseEvent() - Method in class org.jline.terminal.impl.AbstractTerminal
-
- readMouseEvent() - Method in interface org.jline.terminal.Terminal
-
- readNewBuffer - Variable in class org.jline.builtins.Nano
-
- ready() - Method in class org.jline.utils.InputStreamReader
-
Indicates whether this reader is ready to be read without blocking.
- ready() - Method in class org.jline.utils.NonBlockingReader
-
- RECURSIVE_EDIT - Static variable in interface org.jline.reader.LineReader
-
- RED - Static variable in class org.jline.terminal.impl.jna.win.AnsiOutputStream
-
- RED - Static variable in class org.jline.terminal.impl.jna.win.WindowsAnsiOutputStream
-
- RED - Static variable in class org.jline.utils.AttributedStyle
-
- redisplay() - Method in class org.jline.reader.impl.LineReaderImpl
-
- redisplay(boolean) - Method in class org.jline.reader.impl.LineReaderImpl
-
- REDISPLAY - Static variable in interface org.jline.reader.LineReader
-
- redo() - Method in class org.jline.reader.impl.LineReaderImpl
-
- redo() - Method in class org.jline.reader.impl.UndoTree
-
- REDO - Static variable in interface org.jline.reader.LineReader
-
- redraw() - Method in class org.jline.builtins.Tmux
-
- REDRAW_LINE - Static variable in interface org.jline.reader.LineReader
-
- redrawLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
Clear the line and redraw it.
- Reference - Class in org.jline.reader
-
- Reference(String) - Constructor for class org.jline.reader.Reference
-
- regionActive - Variable in class org.jline.reader.impl.LineReaderImpl
-
- regionMark - Variable in class org.jline.reader.impl.LineReaderImpl
-
Region state
- register(String, Runnable) - Static method in class org.jline.utils.Signals
-
- register(String, Runnable, ClassLoader) - Static method in class org.jline.utils.Signals
-
- registerDefault(String) - Static method in class org.jline.utils.Signals
-
- registerIgnore(String) - Static method in class org.jline.utils.Signals
-
Deprecated.
- remove(ShutdownHooks.Task) - Static method in class org.jline.utils.ShutdownHooks
-
- REMOVE_SUFFIX_CHARS - Static variable in interface org.jline.reader.LineReader
-
- repeatCount - Variable in class org.jline.reader.impl.LineReaderImpl
-
- reset - Variable in class org.jline.utils.Display
-
- reset() - Method in class org.jline.utils.Display
-
- resetLastKill() - Method in class org.jline.reader.impl.KillRing
-
Resets the last-kill state.
- resetLastYank() - Method in class org.jline.reader.impl.KillRing
-
Resets the last-yank state.
- resize(int, int) - Method in class org.jline.utils.Display
-
- resolveCommand(String) - Method in interface org.jline.builtins.Completers.CompletionEnvironment
-
- REST_CODE - Static variable in class org.jline.terminal.impl.jna.win.AnsiOutputStream
-
- REST_CODE - Static variable in class org.jline.terminal.impl.jna.win.WindowsAnsiOutputStream
-
- REVERSE_MENU_COMPLETE - Static variable in interface org.jline.reader.LineReader
-
- rightPrompt - Variable in class org.jline.reader.impl.LineReaderImpl
-
- root - Variable in class org.jline.builtins.Nano
-
- rows - Variable in class org.jline.utils.Display
-
- run(Source...) - Method in class org.jline.builtins.Less
-
- run(List<Source>) - Method in class org.jline.builtins.Less
-
- run() - Method in class org.jline.builtins.Nano
-
- run() - Method in class org.jline.builtins.Tmux
-
- run() - Method in class org.jline.utils.NonBlockingReader
-
- run() - Method in interface org.jline.utils.ShutdownHooks.Task
-
- runLimit(int) - Method in class org.jline.utils.AttributedCharSequence
-
- runMacro(String) - Method in class org.jline.keymap.BindingReader
-
- runMacro(String) - Method in class org.jline.reader.impl.LineReaderImpl
-
- runMacro(String) - Method in interface org.jline.reader.LineReader
-
- runStart(int) - Method in class org.jline.utils.AttributedCharSequence
-
- value() - Method in class org.jline.reader.Candidate
-
- valueOf(String) - Static method in enum org.jline.reader.impl.LineReaderImpl.BellType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.impl.LineReaderImpl.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.impl.LineReaderImpl.ViMoveMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.LineReader.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.LineReader.RegionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.reader.Parser.ParseContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.terminal.Attributes.ControlChar
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.terminal.Attributes.ControlFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.terminal.Attributes.InputFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.terminal.Attributes.LocalFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.terminal.Attributes.OutputFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.terminal.impl.MouseSupport.Tracking
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.terminal.MouseEvent.Button
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.terminal.MouseEvent.Modifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.terminal.MouseEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.terminal.Terminal.MouseTracking
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.terminal.Terminal.Signal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.utils.DiffHelper.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.utils.InfoCmp.Capability
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jline.reader.impl.LineReaderImpl.BellType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.impl.LineReaderImpl.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.impl.LineReaderImpl.ViMoveMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.LineReader.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.LineReader.RegionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.reader.Parser.ParseContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.terminal.Attributes.ControlChar
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.terminal.Attributes.ControlFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.terminal.Attributes.InputFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.terminal.Attributes.LocalFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.terminal.Attributes.OutputFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.terminal.impl.MouseSupport.Tracking
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.terminal.MouseEvent.Button
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.terminal.MouseEvent.Modifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.terminal.MouseEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.terminal.Terminal.MouseTracking
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.terminal.Terminal.Signal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.utils.DiffHelper.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.utils.InfoCmp.Capability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variable(String, Object) - Method in class org.jline.reader.LineReaderBuilder
-
- variables - Variable in class org.jline.reader.impl.LineReaderImpl
-
- variables(Map<String, Object>) - Method in class org.jline.reader.LineReaderBuilder
-
- VDISCARD - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VDISCARD - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VDISCARD - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VDISCARD - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VDSUSP - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VDSUSP - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VEOF - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VEOF - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VEOF - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VEOF - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VEOL - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VEOL - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VEOL - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VEOL - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VEOL2 - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VEOL2 - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VEOL2 - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VEOL2 - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VERASE - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VERASE - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VERASE - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VERASE - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- veryQuiet - Variable in class org.jline.builtins.Less
-
- VI_ADD_EOL - Static variable in interface org.jline.reader.LineReader
-
- VI_ADD_NEXT - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_BLANK_WORD - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_BLANK_WORD_END - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_DELETE_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_KILL_WORD - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_WORD - Static variable in interface org.jline.reader.LineReader
-
- VI_BACKWARD_WORD_END - Static variable in interface org.jline.reader.LineReader
-
- VI_BEGINNING_OF_LINE - Static variable in interface org.jline.reader.LineReader
-
- VI_CHANGE - Static variable in interface org.jline.reader.LineReader
-
- VI_CHANGE_EOL - Static variable in interface org.jline.reader.LineReader
-
- VI_CHANGE_WHOLE_LINE - Static variable in interface org.jline.reader.LineReader
-
- VI_CMD_MODE - Static variable in interface org.jline.reader.LineReader
-
- VI_DELETE - Static variable in interface org.jline.reader.LineReader
-
- VI_DELETE_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_DIGIT_OR_BEGINNING_OF_LINE - Static variable in interface org.jline.reader.LineReader
-
- VI_DOWN_LINE_OR_HISTORY - Static variable in interface org.jline.reader.LineReader
-
- VI_END_OF_LINE - Static variable in interface org.jline.reader.LineReader
-
- VI_FETCH_HISTORY - Static variable in interface org.jline.reader.LineReader
-
- VI_FIND_NEXT_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_FIND_NEXT_CHAR_SKIP - Static variable in interface org.jline.reader.LineReader
-
- VI_FIND_PREV_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_FIND_PREV_CHAR_SKIP - Static variable in interface org.jline.reader.LineReader
-
- VI_FIRST_NON_BLANK - Static variable in interface org.jline.reader.LineReader
-
- VI_FORWARD_BLANK_WORD - Static variable in interface org.jline.reader.LineReader
-
- VI_FORWARD_BLANK_WORD_END - Static variable in interface org.jline.reader.LineReader
-
- VI_FORWARD_CHAR - Static variable in interface org.jline.reader.LineReader
-
- VI_FORWARD_WORD - Static variable in interface org.jline.reader.LineReader
-
- VI_FORWARD_WORD_END - Static variable in interface org.jline.reader.LineReader
-
- VI_GOTO_COLUMN - Static variable in interface org.jline.reader.LineReader
-
- VI_HISTORY_SEARCH_BACKWARD - Static variable in interface org.jline.reader.LineReader
-
- VI_HISTORY_SEARCH_FORWARD - Static variable in interface org.jline.reader.LineReader
-
- VI_INSERT - Static variable in interface org.jline.reader.LineReader
-
- VI_INSERT_BOL - Static variable in interface org.jline.reader.LineReader
-
- VI_INSERT_COMMENT - Static variable in interface org.jline.reader.LineReader
-
- VI_JOIN - Static variable in interface org.jline.reader.LineReader
-
- VI_KILL_EOL - Static variable in interface org.jline.reader.LineReader
-
- VI_KILL_LINE - Static variable in interface org.jline.reader.LineReader
-
- VI_MATCH_BRACKET - Static variable in interface org.jline.reader.LineReader
-
- VI_OPEN_LINE_ABOVE - Static variable in interface org.jline.reader.LineReader
-
- VI_OPEN_LINE_BELOW - Static variable in interface org.jline.reader.LineReader
-
- VI_OPER_SWAP_CASE - Static variable in interface org.jline.reader.LineReader
-
- VI_PUT_AFTER - Static variable in interface org.jline.reader.LineReader
-
- VI_PUT_BEFORE - Static variable in interface org.jline.reader.LineReader
-
- VI_QUOTED_INSERT - Static variable in interface org.jline.reader.LineReader
-
- VI_REPEAT_CHANGE - Static variable in interface org.jline.reader.LineReader
-
- VI_REPEAT_FIND - Static variable in interface org.jline.reader.LineReader
-
- VI_REPEAT_SEARCH - Static variable in interface org.jline.reader.LineReader
-
- VI_REPLACE - Static variable in interface org.jline.reader.LineReader
-
- VI_REPLACE_CHARS - Static variable in interface org.jline.reader.LineReader
-
- VI_REV_REPEAT_FIND - Static variable in interface org.jline.reader.LineReader
-
- VI_REV_REPEAT_SEARCH - Static variable in interface org.jline.reader.LineReader
-
- VI_SET_BUFFER - Static variable in interface org.jline.reader.LineReader
-
- VI_SUBSTITUTE - Static variable in interface org.jline.reader.LineReader
-
- VI_SWAP_CASE - Static variable in interface org.jline.reader.LineReader
-
- VI_UNDO_CHANGE - Static variable in interface org.jline.reader.LineReader
-
- VI_UP_LINE_OR_HISTORY - Static variable in interface org.jline.reader.LineReader
-
- VI_YANK - Static variable in interface org.jline.reader.LineReader
-
- VI_YANK_EOL - Static variable in interface org.jline.reader.LineReader
-
- VI_YANK_WHOLE_LINE - Static variable in interface org.jline.reader.LineReader
-
- viAddEol() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viAddNext() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardBlankWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardBlankWordEnd() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardDeleteChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
Deletes the previous character from the cursor position
- viBackwardKillWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBackwardWordEnd() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viBeginningOfLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viChange() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viChange(int, int) - Method in class org.jline.reader.impl.LineReaderImpl
-
- viChangeEol() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viChangeWholeLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viCmd() - Method in class org.jline.reader.impl.LineReaderImpl
-
- VICMD - Static variable in interface org.jline.reader.LineReader
-
- viCmdMode() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viDelete() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viDeleteChangeYankToRemap(String) - Method in class org.jline.reader.impl.LineReaderImpl
-
This method is calling while doing a delete-to ("d"), change-to ("c"),
or yank-to ("y") and it filters out only those movement operations
that are allowable during those operations.
- viDeleteChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
Deletes the character you are sitting on and sucks the rest of
the line in from the right.
- viDeleteTo(int, int) - Method in class org.jline.reader.impl.LineReaderImpl
-
- viDigitOrBeginningOfLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viDownLineOrHistory() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viEndOfLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viFindNextChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viFindNextCharSkip() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viFindPrevChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viFindPrevCharSkip() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viFirstNonBlank() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viForwardBlankWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viForwardBlankWordEnd() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viForwardChar() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viForwardWord() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viForwardWordEnd() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viHistorySearchBackward() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viHistorySearchForward() - Method in class org.jline.reader.impl.LineReaderImpl
-
Implements vi search ("/" or "?").
- VIINS - Static variable in interface org.jline.reader.LineReader
-
- viInsert() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viInsertBol() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viInsertComment() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viInsertion() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viKillEol() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viKillWholeLine() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viMatchBracket() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viMoveMode - Variable in class org.jline.reader.impl.LineReaderImpl
-
- VINTR - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VINTR - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VINTR - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VINTR - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- viOpp() - Method in class org.jline.reader.impl.LineReaderImpl
-
- VIOPP - Static variable in interface org.jline.reader.LineReader
-
- viPutAfter() - Method in class org.jline.reader.impl.LineReaderImpl
-
Pasts the yank buffer to the right of the current cursor position
and moves the cursor to the end of the pasted region.
- viRepeatFind() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viRepeatSearch() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viReplaceChars() - Method in class org.jline.reader.impl.LineReaderImpl
-
Implements the vi change character command (in move-mode "r"
followed by the character to change to).
- viRevRepeatFind() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viRevRepeatSearch() - Method in class org.jline.reader.impl.LineReaderImpl
-
- visual() - Method in class org.jline.reader.impl.LineReaderImpl
-
- VISUAL - Static variable in interface org.jline.reader.LineReader
-
- VISUAL_LINE_MODE - Static variable in interface org.jline.reader.LineReader
-
- VISUAL_MODE - Static variable in interface org.jline.reader.LineReader
-
- visualLineMode() - Method in class org.jline.reader.impl.LineReaderImpl
-
- visualMode() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viSwapCase() - Method in class org.jline.reader.impl.LineReaderImpl
-
Switches the case of the current character from upper to lower
or lower to upper as necessary and advances the cursor one
position to the right.
- viUpLineOrHistory() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viYankTo() - Method in class org.jline.reader.impl.LineReaderImpl
-
- viYankTo(int, int) - Method in class org.jline.reader.impl.LineReaderImpl
-
Implement the "vi" yank-to operation.
- VKILL - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VKILL - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VKILL - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VKILL - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VLNEXT - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VLNEXT - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VLNEXT - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VLNEXT - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VMAX - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VMIN - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VMIN - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VMIN - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VMIN - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VQUIT - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VQUIT - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VQUIT - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VQUIT - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VREPRINT - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VREPRINT - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VREPRINT - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VREPRINT - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VSTART - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VSTART - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VSTART - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VSTART - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VSTATUS - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VSTOP - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VSTOP - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VSTOP - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VSTOP - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VSUSP - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VSUSP - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VSUSP - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VSUSP - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VSWTC - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VSWTC - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VSWTC - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VT0 - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VT0 - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VT1 - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VT1 - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VTDLY - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VTDLY - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VTDLY - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VTIME - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VTIME - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VTIME - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VTIME - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-
- VWERASE - Static variable in interface org.jline.terminal.impl.jna.freebsd.CLibrary
-
- VWERASE - Static variable in interface org.jline.terminal.impl.jna.linux.CLibrary
-
- VWERASE - Static variable in interface org.jline.terminal.impl.jna.osx.CLibrary
-
- VWERASE - Static variable in interface org.jline.terminal.impl.jna.solaris.CLibrary
-