Set if to use or not the multi line mode. */
| 550 | |
| 551 | /* Set if to use or not the multi line mode. */ |
| 552 | void 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. */ |