项目作者: mdom

项目描述 :
Readline library for curses
高级语言: Perl
项目地址: git://github.com/mdom/Curses-Readline.git
创建时间: 2019-07-19T15:10:41Z
项目社区:https://github.com/mdom/Curses-Readline

开源协议:Other

下载


NAME

Curses::Readline - Readline library for curses

SYNOPSIS

  1. use Curses::Readline qw(curses_readline);
  2. use Curses;
  3. initscr;
  4. curses_readline;
  5. endwin;

DESCRIPTION

This library provides a way to query a user for a line with
readline-like key bindings in a curses windows. It behaves similar to
the command line in mutt or vi.

The prompt is displayed on the last line of the curses window, which
will be emptied on a call to curses_readline().

COPYRIGHT AND LICENSE

Copyright 2019 Mario Domgoergen <mario@domgoergen.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.