Re: adding a command-line interface
From: Chris F.A. Johnson (c.fa.johnson_at_rogers.com)
Date: 03/31/04
- Next message: seand: "command not found -- autoconf"
- Previous message: Israel Hsu: "adding a command-line interface"
- In reply to: Israel Hsu: "adding a command-line interface"
- Next in thread: Måns Rullgård: "Re: adding a command-line interface"
- Reply: Måns Rullgård: "Re: adding a command-line interface"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 31 Mar 2004 00:52:28 GMT
On Wed, 31 Mar 2004 at 00:40 GMT, Israel Hsu wrote:
> Hi, everyone,
>
> I want to add a command-line interface to my program, an interface
> with history and command-line editing. Is there a library that I can
> use to easily customize and add such an interface? (besides getchar
> and atoi, etc.)
Try the GNU readline library: <ftp://ftp.gnu.org/pub/gnu/readline>
--
Chris F.A. Johnson http://cfaj.freeshell.org/shell
===================================================================
My code (if any) in this post is copyright 2004, Chris F.A. Johnson
and may be copied under the terms of the GNU General Public License
- Next message: seand: "command not found -- autoconf"
- Previous message: Israel Hsu: "adding a command-line interface"
- In reply to: Israel Hsu: "adding a command-line interface"
- Next in thread: Måns Rullgård: "Re: adding a command-line interface"
- Reply: Måns Rullgård: "Re: adding a command-line interface"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|