1. Blocking NCurses
- Posted by jbrown105 at hotpop.com Jul 26, 2001
- 362 views
Will 2.3 have a way to block ncurses? Such as without ncurses? I posted this one before, but don't remeber gettting an answer (maybe because i accidently said with instead of without.) I do have a library that does block ncurses, just in case the answer is no. jbrown105 -- Linux User:190064 Linux Machine:84163 http://jbrown105.1avenue.com
2. Re: Blocking NCurses
- Posted by cklester at yahoo.com Jul 26, 2001
- 377 views
What is nCurses? -JustCurious ----- Original Message ----- From: <jbrown105 at hotpop.com> To: "EUforum" <EUforum at topica.com> Subject: Blocking NCurses > > > > Will 2.3 have a way to block ncurses? Such as without ncurses? > I posted this one before, but don't remeber gettting an answer > (maybe because i accidently said with instead of without.) > > I do have a library that does block ncurses, just in case the answer is no. > > jbrown105 > > -- > Linux User:190064 > Linux Machine:84163 > http://jbrown105.1avenue.com > > > >
3. Re: Blocking NCurses
- Posted by Robert Craig <rds at RapidEuphoria.com> Jul 26, 2001
- 390 views
jbrown writes: > Will 2.3 have a way to block ncurses? Such as without ncurses? If I have time, I may look into having an option to build Euphoria for Linux without ncurses. ncurses is the least standard of the libraries that Euphoria depends on, so it would help Euphoria's portability if it were optional. A lot of simple apps and X-Windows apps don't need 2-D text support. C.K. Lester writes: > What is nCurses? It's a library on Linux (and most other Unixes) that lets you write text at any line and column on the screen, and also in color. DOS people just take this for granted, but in the Unix world there are hundreds of different types of terminals, so supporting 2-D text with color portably is a major undertaking. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
4. Re: Blocking NCurses
- Posted by irvm at ellijay.com Jul 26, 2001
- 362 views
On Thursday 26 July 2001 18:09, Robert Craig wrote: > jbrown writes: > > Will 2.3 have a way to block ncurses? Such as without ncurses? > > If I have time, I may look into having an option to > build Euphoria for Linux without ncurses. > ncurses is the least standard of the libraries > that Euphoria depends on, so it would > help Euphoria's portability if it were optional. > A lot of simple apps and X-Windows apps > don't need 2-D text support. How about just a 'without ncurses' directive? All output then goes directly to STDOUT Regards, Irv
5. Re: Blocking NCurses
- Posted by Robert Craig <rds at RapidEuphoria.com> Jul 26, 2001
- 376 views
Irv Mullins writes: > How about just a 'without ncurses' directive? > All output then goes directly to STDOUT A run-time switch to turn off ncurses and use STDOUT exclusively would help in some situations, and I may do that, but I'd also like to promote easy portability by having a version of Euphoria that can be built and run without ncurses even being available on the host Linux (or Unix) system. For instance I would personally like to have a version for FreeBSD (RapidEuphoria.com) that would only use STDOUT, not ncurses. FreeBSD doesn't seem to have a compatible ncurses. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com