slang-users mailing list

[2017 Date Index] [2017 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] Screen Management using STDERR?


Bernhard Seckinger <bernhard.seckinger@xxxxxx> wrote:
> Hi there,
>
> I wonder, if it is possible to make the SLANG-Screen-Management use STDERR
> instead of STDOUT for it's operations.

Yes.  Just prior to calling any terminal initialization routines, use

   SLang_TT_Write_FD = fileno(stderr);

--John

_______________________________________________
For list information, visit <http://jedsoft.org/slang/mailinglists.html>.


[2017 date index] [2017 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]