Date: Sat, 26 Nov 2005 09:10:07 GMT From: Jonathan Chen <jonc@chen.org.nz> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/88538: tcsh(1) ls-F spacing incorrect. Message-ID: <200511260910.jAQ9A7Kg039128@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/88538; it has been noted by GNATS. From: Jonathan Chen <jonc@chen.org.nz> To: bug-followup@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@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 ' ' */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511260910.jAQ9A7Kg039128>