Write some more docs for readline and link readline main article to words.
parent
b7314a68d8
commit
4603fb2499
|
@ -25,8 +25,11 @@ HELP: set-completion
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
ARTICLE: "readline" "Readline"
|
ARTICLE: "readline" "Readline"
|
||||||
{ $vocab-link "readline" }
|
"The " { $vocab-link "readline" } " vocabulary binds to the C readline library and provides Emacs-style key bindings for editing text. Currently, it only works from the non-graphical UI." $nl
|
||||||
;
|
|
||||||
|
|
||||||
|
"To read a line:"
|
||||||
|
{ $subsections readline }
|
||||||
|
"To set a completion hook:"
|
||||||
|
{ $subsections set-completion } ;
|
||||||
|
|
||||||
ABOUT: "readline"
|
ABOUT: "readline"
|
||||||
|
|
Loading…
Reference in New Issue