bin/88538: tcsh(1) ls-F spacing incorrect.

Jonathan Chen jonc at chen.org.nz
Sat Nov 26 09:10:07 GMT 2005


The following reply was made to PR bin/88538; it has been noted by GNATS.

From: Jonathan Chen <jonc at chen.org.nz>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/88538: tcsh(1) ls-F spacing incorrect.
Date: Sat, 26 Nov 2005 22:06:09 +1300

 Hi,
 
 Here's a patch to fix the problem, obtained from tcsh-bugs mailing list.
 
 Cheers.
 -- 
 Jonathan Chen <jonc at chen.org.nz>
 ----------------------------------------------------------------------
           "You can get farther with a kind word and a gun
                       than you can with a kind word alone" - Al Capone
 
 --- tw.parse.c.old	Sat Nov 26 22:01:35 2005
 +++ tw.parse.c	Sat Nov 26 22:01:47 2005
 @@ -2088,6 +2088,7 @@
  		    Char f = items[i][w - 1];
  		    items[i][w - 1] = 0;
  		    print_with_color(items[i], w - 1, f);
 +		    wx++;
  		}
  		else {
  		    /* Print filename followed by '/' or '*' or ' ' */


More information about the freebsd-bugs mailing list