bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiline text input possible at all using ncurses?


From: Stephan Beal
Subject: Re: Multiline text input possible at all using ncurses?
Date: Sun, 28 Mar 2010 16:49:03 +0200

On Sun, Mar 28, 2010 at 4:08 PM, Harishankar <address@hidden> wrote:
Thanks for the reply. I will take a look at the C API for ncurses,
because Python's curses module doesn't have a scrollable text view
(though it has a curses.textpad which allows multiline text input in the
visible window only).

The closest thing the C API has to that is the PAD class, but it's not a plug-in solution to the problem of creating an editor (all editor functionality must be added to it). You might want to look at:


http://www.vexus.ca/products/CDK/
or:
http://invisible-island.net/cdk/cdk.html

(two similar projects, same names)

--
----- stephan beal
http://wanderinghorse.net/home/stephan/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]