MCPcopy Create free account
hub / github.com/antirez/ds4 / linenoiseSetMultiLine

Function linenoiseSetMultiLine

linenoise.c:552–554  ·  view source on GitHub ↗

Set if to use or not the multi line mode. */

Source from the content-addressed store, hash-verified

550
551/* Set if to use or not the multi line mode. */
552void linenoiseSetMultiLine(int ml) {
553 mlmode = ml;
554}
555
556/* Return true if the terminal name is in the list of terminals we know are
557 * not able to understand basic escape sequences. */

Callers 2

run_replFunction · 0.85
run_agentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected