Re: (curses) issue about inch()

2007-09-16 Thread Jimmy
On Sep 17, 2:25 am, Steve Holden <[EMAIL PROTECTED]> wrote: > Jimmy wrote: > > On Sep 17, 12:07 am, Steve Holden <[EMAIL PROTECTED]> wrote: > >> Jimmy wrote: > >>> hi, all > >>> I attempt to use the function inch() to get the character at the > >>> current position, and compare it with a particular

Re: (curses) issue about inch()

2007-09-16 Thread Steve Holden
Jimmy wrote: > On Sep 17, 12:07 am, Steve Holden <[EMAIL PROTECTED]> wrote: >> Jimmy wrote: >>> hi, all >>> I attempt to use the function inch() to get the character at the >>> current position, and compare it with a particular character like : >>> if screen.inch(x,y) == 'F' >>> but this method doe

Re: (curses) issue about inch()

2007-09-16 Thread Jimmy
On Sep 17, 12:07 am, Steve Holden <[EMAIL PROTECTED]> wrote: > Jimmy wrote: > > hi, all > > I attempt to use the function inch() to get the character at the > > current position, and compare it with a particular character like : > > if screen.inch(x,y) == 'F' > > but this method doesn't seem work,

Re: (curses) issue about inch()

2007-09-16 Thread Steve Holden
Jimmy wrote: > hi, all > I attempt to use the function inch() to get the character at the > current position, and compare it with a particular character like : > if screen.inch(x,y) == 'F' > but this method doesn't seem work, can anyone tell me the reason and > how to corrent it > thanks > The rea