Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2011 21:46:45 -0700
From:      Gary Kline <kline@thought.org>
To:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   is there a way to code this .... without curses?
Message-ID:  <20110930044642.GA17359@thought.org>

next in thread | raw e-mail | index | archive | help
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  kline@thought.org  http://www.thought.org  Public Service Unix
           Journey Toward the Dawn, E-Book: http://www.thought.org
          The 8.51a release of Jottings: http://jottings.thought.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110930044642.GA17359>