Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!ucla-cs!zen!ucbvax!decvax!minow From: minow@decvax.UUCP (Martin Minow) Newsgroups: comp.os.minix Subject: Re: Escape sequences Message-ID: <151@decvax.UUCP> Date: Fri, 18-Sep-87 19:19:58 EDT Article-I.D.: decvax.151 Posted: Fri Sep 18 19:19:58 1987 Date-Received: Sun, 20-Sep-87 05:35:13 EDT References: <3125@uw-june.UUCP> Reply-To: minow@decvax.UUCP (Martin Minow) Organization: Digital Eq. Corp. - Merrimack NH. Lines: 15 Ronald Blanford (context@june.cs.washington.edu) suggests changing the Minix cursor positioning escape sequence to y x. If any changes are made, I would *strongly* recommend using the ANSI/ISO sequences. These are now standard throughout the industry. The simplest are: [ ; H where is hex 1B, '[' and 'H' represent themselves, and and are ascii decimal strings, with the upper-left corner being 1,1. Note that this can be expanded to tall/wide displays without running out of bits. If you work in an eight-bit environment, [ can be replaced by the character (hex 9B). Martin Minow decvax!minow