bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Launching a new Terminal?


From: Hei Chan
Subject: Re: Launching a new Terminal?
Date: Sat, 2 Feb 2013 11:52:03 -0800 (PST)

Will give it a try.
Thanks!


From: Thomas Dickey <address@hidden>
To: Mike Gran <address@hidden>
Cc: Hei Chan <address@hidden>; "address@hidden" <address@hidden>
Sent: Saturday, February 2, 2013 9:37 AM
Subject: Re: Launching a new Terminal?

On Sat, Feb 02, 2013 at 04:19:42AM -0800, Mike Gran wrote:
> From: Hei Chan <address@hidden>
> >I see that newterm() returns SCREEN*.  How can I tell ncurses which SCREEN* to use if I have multiple.
>
> 'set_term' is the command you'd use to switch to a specific SCREEN*.
>  
> But, I've never tried it myself.

I used it initially in test/ditto.c, before rewriting that with use_screen.
The use_screen function is basically a wrapper around set_term, so I'm
still "using" it in that demo.

--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]