This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb 2002.7.19.cvs: source code tabs incorrectly displayed


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]