[Pgui-devel] Terminal widget

2001-08-09 Thread Sean Barnes
I've been doing a little more work with PicoVR3 and was wondering if it's possible to change the color of the terminal widget to something a little more readable. I like the way pgboard works now. I've got the "fitaly" layout and it looks great on the VR3. I've also been working to switch all of

Re: [Pgui-devel] Help needed: Cursor blanking from client app

2001-08-09 Thread Pascal Bauermeister
Micah Dowty wrote: > > Here's an example: > > --8<-- > #include > int main(int argc, char **argv) { >pgInit(argc,argv); >pgDriverMessage(PGDM_CURSORVISIBLE, atoi(argv[1])); >pgFlushRequests(); > } > -->8-- > Fine, many thanks Pascal. ___