import * as denopsStd from "https://deno.land/x/denops_std@v6.5.1/function/input.ts";
Functions
The result is a String, which is whatever the user typed on
the command-line. The {prompt} argument is either a prompt
string, or a blank string (for no prompt). A '\n' can be used
in the prompt to start a new line.
The highlighting set with | |
{textlist} must be a | |
Restore typeahead that was saved with a previous | |
Preserve typeahead (also from mappings) and clear it, so that a following prompt gets input from the user. Should be followed by a matching inputrestore() after the prompt. Can be used several times, in which case there must be just as many inputrestore() calls. Returns TRUE when out of memory, FALSE otherwise. | |
This function acts much like the |