Re: [Tutor] python ncurses vs OS X Tiger's xterms.

2005-10-14 Thread Alan Gauld
> On Fri, Oct 14, 2005, Alan Gauld wrote: >>Bill this is a guess but try setting the terminal type to vt220 >>or vt330 or similar rather than xterm. Does that make any difference? > > I haven't tried fiddling the terminal type, and would prefer not > to unless it's the last resort. The reason I s

Re: [Tutor] python ncurses vs OS X Tiger's xterms.

2005-10-14 Thread Bill Campbell
On Fri, Oct 14, 2005, Alan Gauld wrote: >Bill this is a guess but try setting the terminal type to vt220 >or vt330 or similar rather than xterm. Does that make any difference? I haven't tried fiddling the terminal type, and would prefer not to unless it's the last resort. >curses uses the termcap

Re: [Tutor] python ncurses vs OS X Tiger's xterms.

2005-10-13 Thread Alan Gauld
? But it is a stab in the dark... Alan G. - Original Message - From: "Bill Campbell" <[EMAIL PROTECTED]> To: "Tutor" Sent: Thursday, October 13, 2005 9:43 PM Subject: [Tutor] python ncurses vs OS X Tiger's xterms. > I'm having an ``interesting'

[Tutor] python ncurses vs OS X Tiger's xterms.

2005-10-13 Thread Bill Campbell
I'm having an ``interesting'' problem running interactive python ncurses applications in xterms under Mac OS X where the numeric keypad is forced into application mode and the numlock key has no effect. We're using curses with accounting and data entry applications for efficient keyboard entry, wh