Readline interface: Difference between revisions

Content added Content deleted
m (omissions)
m (summary added)
Line 1: Line 1:
{{draft task|Terminal control}}
{{draft task|Terminal control}}


Build a simple application that accepts at least two commands and uses a readline style interface.
A readline interface is a line editing facility that provides auto completion facilities and the ability to recall previously typed lines. Build a simple application that accepts at least two commands and uses a readline style interface.


The interface should provide
The interface should provide