Re: is there a way to code this .... without curses?

2011-09-30 Thread Gary Kline
On Fri, Sep 30, 2011 at 08:20:35AM +0200, Roland Smith wrote: > Date: Fri, 30 Sep 2011 08:20:35 +0200 > From: Roland Smith > Subject: Re: is there a way to code this .... without curses? > To: Gary Kline > Cc: FreeBSD Mailing List > > On Thu, Sep 29, 2011 at 09:46:45PM -0

Re: is there a way to code this .... without curses?

2011-09-30 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Thu Sep 29 23:48:18 2011 > Date: Thu, 29 Sep 2011 21:46:45 -0700 > From: Gary Kline > To: FreeBSD Mailing List > Cc: > Subject: is there a way to code this .... without curses? > > guys, > > i have written a small progra

Re: is there a way to code this .... without curses?

2011-09-29 Thread Roland Smith
On Thu, Sep 29, 2011 at 09:46:45PM -0700, Gary Kline wrote: > guys, > > i have written a small program using curses; that isn't the problem. > but does anybody onlist know how to code the following in C: > > void foo() > { > > system("stty raw"); man cfmakeraw > . > . >

is there a way to code this .... without curses?

2011-09-29 Thread Gary Kline
guys, i have written a small program using curses; that isn't the problem. but does anybody onlist know how to code the following in C: void foo() { system("stty raw"); . . . system("stty cooked"); } anybody? yoa! gary -- Gary Kline kl...@thought.or