[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiline text input possible at all using ncurses?
From: |
Nicholas Cole |
Subject: |
Re: Multiline text input possible at all using ncurses? |
Date: |
Thu, 8 Apr 2010 20:13:51 +0100 |
On Sun, Mar 28, 2010 at 3:08 PM, Harishankar <address@hidden> wrote:
> On Sun, 28 Mar 2010 09:05:46 -0400, Thomas Dickey wrote:
>
>> On Sat, 27 Mar 2010, Harishankar wrote:
>>
>>> My apologies if this is not the right group to post this question, but
>>> I couldn't find any other ncurses group that was active and didn't have
>>> spam.
>>>
>>> Is it at all possible to get multiline text input in a scrollable
>>> widget in ncurses without using a third party library?
Just to add to your options, my own python library includes a
scrollable, multiline text entry widget. I'm afraid it is still a 3rd
party library option, though.
code.google.com/p/npyscreen
N
- Re: Multiline text input possible at all using ncurses?,
Nicholas Cole <=