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

2011-09-30 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 . . .

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 kl...@thought.org To: FreeBSD Mailing List freebsd-questions@freebsd.org Cc: Subject: is there a way to code this without curses? guys, i have written a small

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 rsm...@xs4all.nl Subject: Re: is there a way to code this without curses? To: Gary Kline kl...@thought.org Cc: FreeBSD Mailing List freebsd-questions@freebsd.org