Date: Tue, 31 Jul 2001 11:36:23 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: termios flag to control ecma-48 In-Reply-To: <3B6573E3.32619.11E0D3C@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 30 Jul 2001, Mark E. wrote: > \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. Then I think the driver did respond to the commands. On second thought, what exactly should we expect with OPOST not set? The escape sequences aren't processed in the application, they are processed either in the tty driver or in the terminal itself. So the relevant question is: what is the practical consequence of raw output, and what commands does it affect?