bug-ncurses
[Top][All Lists]
Advanced

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

Re: Launching a new Terminal?


From: Thomas Dickey
Subject: Re: Launching a new Terminal?
Date: Sat, 02 Feb 2013 12:37:39 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

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

Attachment: signature.asc
Description: Digital signature


reply via email to

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