Complete.Org: Mailing Lists: Archives: offlineimap: January 2003:
Re: Problems with Curses.Blinkenlights
Home

Re: Problems with Curses.Blinkenlights

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: offlineimap@xxxxxxxxxxxx
Subject: Re: Problems with Curses.Blinkenlights
From: Sergei Kolobov <offlineimap@xxxxxxxxxxx>
Date: Fri, 10 Jan 2003 20:00:31 +0300

On 2003-01-10 at 10:51 -0600, John Goerzen wrote:
> 
> On Fri, Jan 10, 2003 at 07:46:18PM +0300, Sergei Kolobov wrote:
> > > 
> > > curses.initscr(); y = curses.has_colors(); curses.endwin(); print y
> > > 
> > > and tell me the result?
> 
> oops, sorry, add a:
> 
> import curses
> 
> before all that.

Ok:

root@elf# python -c "import curses; curses.initscr(); y =
curses.has_colors(); curses.endwin(); print y"
1
root@elf#

As for the curses vs. ncurses library - I belive it is ncurses:

root@elf# ldconfig -r | grep curses
        4:-lncurses.5 => /usr/lib/libncurses.so.5
root@elf# 

Sergei


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