From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Tue, 12 Jun 2001 14:54:32 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: old archived termios submission Message-ID: <3B262D28.9877.EE118@localhost> In-reply-to: <2561-Tue12Jun2001205015+0300-eliz@is.elta.co.il> References: <3B25E2C6 DOT 1862 DOT 71445 AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Is it just to save a few bytes of the leading "\e[" > sequence? Could be. The table also encodes whether alt, ctrl, or shift was pressed. > Also, I couldn't find a single terminal among the more popular ones > where F1 produces "\e[XA". On vt100 it produces "\e[11~", for > example, and the same is true for xterm. It appears to me he invented his own encoding. Perhaps we should take look at ansi or vt10x encodings instead. Mark