| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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: | <motet AT bolt DOT sonic DOT net> |
| Message-Id: | <200207300804.g6U84XdK010358@sonic.net> |
| To: | cygwin AT cygwin DOT com |
| From: | Bryan Higgins <bryan AT motet DOT com> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |