Readline interface: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: added the CHANGESTR bif. -- ~~~~)
m (wordliness)
Line 1: Line 1:
{{draft task|Terminal control}}
{{draft task|Terminal control}}


Build a simple application with a readline interface.
Build a simple application that accepts at least two commands and uses a readline style interface.


The interface should provide
The interface should provide


* the ability to recall previously typed commands
* a history
* commandline editing
* commandline editing
* application specific commands
* application specific commands