You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: include line/cursor in readline documentation
Documents the existence and purpose of the `line` and `cursor`
properties. `line` can be used for reading the current input value
during runtime, if reading from a TTY stream. Both properties are
necessary when developing a custom CLI input process using `readline`
as a backend.
Refs: #30347
Refs: DefinitelyTyped/DefinitelyTyped#40513
PR-URL: #30667
Reviewed-By: Anna Henningsen <anna@addaleax.net>
0 commit comments