[comp.emacs] bringing emacstool window forward under program control in Sunview

peck@SUN.COM (Jeff Peck) (04/12/90)

Look on page 377 of Sunview I programmers guide.
There is a table of escape sequences you can send to a ttysw
to control it (resize, expose, hide, set-title, etc...)
use gnuemacs function send-string-to-terminal to send the
sequence you want.

(send-string-to-terminal "\033[5t")
should expose this window