Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-envelope-info: Message-Id: <200207300804.g6U84XdK010358@sonic.net> To: cygwin AT cygwin DOT com From: Bryan Higgins Reply-To: bryan AT motet DOT com Subject: gdb 2002.7.19.cvs: source code tabs incorrectly displayed Date: Tue, 30 Jul 2002 01:04:33 -0700 With tabs = 8, the strings char onetab; int twotabs; that is, char^Ionetab; int^I^Itwotabs; (four leading spaces), are rendered as nnnn char onetab; nnnn int twotabs; in the source display. Tabs should be expanded relative to the first source column (column 7), not column 1. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/