Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Q] Turning off cursor in vt100 mode

1,265 views
Skip to first unread message

Kumiko Terakado

unread,
Aug 14, 1995, 3:00:00 AM8/14/95
to
Does anyone know the escape sequence to turn off
the cursor in vt100 mode? I just want to turn it
off, do some things, and turn it back on again in
my shell script. I'm emulating vt100 in the terminal.app
in NeXTStep 3.3 if it makes any difference.

Please email me @ jha...@nano.fmr.com


thanx,

----------------------------------------------------------
Jeffrey T. Hazelwood
----------------------------------------------------------

waters

unread,
Aug 15, 1995, 3:00:00 AM8/15/95
to
In article <40o4p3$6...@news.bu.edu>, kum...@bu.edu (Kumiko Terakado) says:
>
>Does anyone know the escape sequence to turn off
>the cursor in vt100 mode? I just want to turn it
>off, do some things, and turn it back on again in
>my shell script. I'm emulating vt100 in the terminal.app
>in NeXTStep 3.3 if it makes any difference.
>
>----------------------------------------------------------

Hi Jeffrey/Kumiko

Assuming that you emulation supports it, there are private VT
Esc sequences to do this.
Try Esc [ ? 25 l (That is lower case "ell") to turn it off, an
Esc [ ? 25 h to put it back on.

These are not "pure" VT-100, but are incoporated in many devices and
emulators.

Your mileage may vary, but give tehm a shot

Jonathan (I have been there) Waters

0 new messages