Date: Wed, 1 Aug 2001 11:36:41 +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: <3B668BFC.2438.201017@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 Tue, 31 Jul 2001, Mark E. wrote: > This distinction matches what cygwin and linux do. The merge of the two tty > write function has the tab character work the same between raw and cooked > mode. > > The excerpt casts doubt on the current handling of the tab char by the tty > writer. It's output the same whether in raw or cooked mode. Perhaps tab in > raw mode should just go directly to the tab stop instead of spacing its way > there? I don't see how TAB is different from the other characters and escape sequences that are interpreted as commands to the terminal. Do you see any difference?