[comp.unix.xenix] ansi cursor controls

mike@ivory.SanDiego.NCR.COM (Michael Lodman) (03/22/88)

I am using SCO Xenix and I am trying to port some screen tools
which use ansi escape sequences from DOS to Xenix. Unfortunately,
Xenix console does not seem to support the sequence for save and
restore cursor position. Is there a workaround or undocumented
feature I could use  to do this?

-- 
Michael Lodman  (619) 485-3335
Advanced Development NCR Corporation E&M San Diego
mike.lodman@ivory.SanDiego.NCR.COM 
{sdcsvax,cbatt,dcdwest,nosc.ARPA,ihnp4}!ncr-sd!ivory!mike

When you die, if you've been very, very good, you'll go to ... Montana.

chapman@sco.COM (Brian Chapman Mx321) (03/26/88)

In article <325@ivory.SanDiego.NCR.COM> mike (Michael Lodman) writes:
< I am using SCO Xenix and I am trying to port some screen tools
< which use ansi escape sequences from DOS to Xenix. Unfortunately,
< Xenix console does not seem to support the sequence for save and
< restore cursor position. Is there a workaround or undocumented
< feature I could use  to do this?

Save and restore cursor are not defined by ANSI.
DOS uses "^[[s" and "^[[u" for save and restore cursor.
SCO Xenix uses "^[7" and "^[8" for the same funtionality.