Lines Matching full:multi

108 /// multi-line sessions.
126 /// The start of the first line in a multi-line edit session.
129 /// The start of the current line in a multi-line edit session.
132 /// The location of the cursor on the current line in a multi-line edit
136 /// The location immediately after the last character in a multi-line edit
154 /// facility. Both single- and multi-line editing are supported.
175 /// beyond in multi-line editing scenarios.
203 /// Register a callback for testing whether multi-line input is complete
236 /// Prompts for and reads a multi-line batch of user input.
245 /// Sets the lowest line number for multi-line editing sessions. A value of
251 /// into the current multi-line session.
259 /// to be the same for all lines of the current multi-line session.
291 /// Replaces the current multi-line session with the next entry from history.
294 /// Character reading implementation for EditLine that supports our multi-line
301 /// Line break command used when meta+return is pressed in multi-line mode.
304 /// Command used when return is pressed in multi-line mode.
307 /// Delete command used when delete is pressed in multi-line mode.
310 /// Delete command used when backspace is pressed in multi-line mode.
313 /// Line navigation command used when ^P or up arrow are pressed in multi-line
318 /// multi-line mode.
322 /// multi-line mode.
326 /// multi-line mode.
329 /// Buffer start command used when Esc < is typed in multi-line emacs mode.
332 /// Buffer end command used when Esc > is typed in multi-line emacs mode.
352 /// single or multi-line editing.