I'm looking for a curses one-iner.

2011-04-10 Thread Gary Kline
People, Can anybody point me to a one-line of curses (it may be *long* and obscure) that allows keyboard input _without_ hitting cr/enter. So, in effect, I couold use the curses getchar() and have things echoed to stdout without bothering to type Enter. There may be a matching one-liner to

Re: I'm looking for a curses one-iner.

2011-04-10 Thread Chip Camden
Quoth Gary Kline on Sunday, 10 April 2011: People, Can anybody point me to a one-line of curses (it may be *long* and obscure) that allows keyboard input _without_ hitting cr/enter. So, in effect, I couold use the curses getchar() and have things echoed to stdout without bothering to type

Re: I'm looking for a curses one-iner.

2011-04-10 Thread Gary Kline
On Sun, Apr 10, 2011 at 12:22:50PM -0700, Chip Camden wrote: Quoth Gary Kline on Sunday, 10 April 2011: People, Can anybody point me to a one-line of curses (it may be *long* and obscure) that allows keyboard input _without_ hitting cr/enter. So, in effect, I couold use the curses