Download List

Projeto Descrição

The Tecla library provides programs with interactive command line editing facilities, similar to those of the Unix tcsh shell. It supports recall and editing of previously entered command lines, TAB completion of file names and application specific tokens, and in-line wild-card expansion of filenames. The optionally reentrant modules which perform TAB completion and wild-card expansion are also available separately for general use. The library is smaller, more modular, makes more efficient use of the heap, and has a less restrictive license than GNU readline.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-11-08 06:36 Back to release list
1.6.1

Esta versão corrige alguns bugs, remédios é um problema de configuração no Mac OS X, adiciona o suporte de configuração para IRIX, e acrescenta algumas características de menor importância. gl_get_line agora pode ser forçado a tratar de um terminal como um fluxo não-interativo, definindo a variável de ambiente TERM para a palavra "burro". O line-buffer retornado por uma chamada para gl_get_line agora pode ser passado como a linha de entrada inicial da próxima chamada para posterior edição. Existe uma maneira documentada para descritor de arquivo e callbacks inactividade com segurança suspender a edição de linha, em caso de necessidade de interagir com o terminal.
Tags: Minor feature enhancements
This release fixes a few bugs, remedies a configuration problem under Mac OS X, adds configuration support for IRIX, and adds a few minor features. gl_get_line can now be forced to treat a terminal as a non-interactive stream, by setting the TERM environment variable to the word "dumb". The line-buffer returned by one call to gl_get_line can now be passed as the initial input line of the next call for further editing. There is a documented way for file descriptor and inactivity timeout callbacks to safely suspend line editing, in case they need to interact with the terminal.

Project Resources