From: "Mark E." To: Eli Zaretskii , djgpp-workers AT delorie DOT com Date: Mon, 30 Jul 2001 14:49:07 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: termios flag to control ecma-48 Message-ID: <3B6573E3.32619.11E0D3C@localhost> In-reply-to: <200107301841.OAA11370@delorie.com> References: <3B6561F3 DOT 995 DOT D7F7BD 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 > What are the escape sequences \e[3D and \e[4 AT B supposed to produce? I > see some strange effect, but I don't know whether it is due to the > commands this was supposed to send to the terminal driver. \e[3D moves the cursor to the left by 3. \e[4@ (not yet in djgpp cvs but should work on linux) inserts 4 spaces at the current cursor position. Mark