Index: [thread] [date] [subject] [author]
  From: Steve Cheng <elmert@ipoline.com>
  To  : ggi-develop@eskimo.com
  Date: Mon, 31 Aug 1998 23:38:20 -0400 (EDT)

Re: Event handling

On Mon, 31 Aug 1998, Jon M. Taylor wrote:

> 	Oh, and I got the Glide keybaord handling working again.  All I
> had to do was remove the timer checks - Glide's lin_kbhit() does its own
> timeout in select(stdin) and they were confusing each other.  Now I have
> to figure out why the !@#$ mansync helper won't flush my display.... 

Stupid question: did you enable it?

ggiSetMode():	MANSYNC_ignore() on entry
		MANSYNC_cont() when done mode setting

ggiSetFlags():	use MANSYNC_SETFLAGS(vis,flags) macro.

--
Steve Cheng

email: steve@ggi-project.org
www: <http://shell.ipoline.com/~elmert/>;

Index: [thread] [date] [subject] [author]