From owner-FreeBSD-users-jp@jp.FreeBSD.org Thu Mar 16 11:26:58 2006
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id k2G2QwO55762;
	Thu, 16 Mar 2006 11:26:58 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from shimako.yamayuri.org (ppp028.1x.pas.mobilenet.ne.jp [219.105.46.124])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id k2G2QsN55756
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Thu, 16 Mar 2006 11:26:55 +0900 (JST)
	(envelope-from mistral@imasy.or.jp)
Received: from shimako.yamayuri.org (localhost [127.0.0.1])
	by shimako.yamayuri.org (8.13.4/8.13.4/shimako) with ESMTP id k2G2QnFc010741
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Thu, 16 Mar 2006 11:26:51 +0900 (JST)
	(envelope-from mistral@imasy.or.jp)
Received: (from sarumaru@localhost)
	by shimako.yamayuri.org (8.13.4/8.13.4/Submit) id k2G2Qj6l010740;
	Thu, 16 Mar 2006 11:26:45 +0900 (JST)
	(envelope-from sarumaru)
From: mistral@imasy.or.jp (Yoshihiko Sarumaru)
To: FreeBSD-users-jp@jp.FreeBSD.org
In-Reply-To: Your message of "Sat, 04 Mar 2006 19:52:30 +0900".
	<200603041052.AA00078@POLYMER5.scphys.kyoto-u.ac.jp>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-2022-JP
X-Mailer: mnews [version 1.22PL7] 2003-09/29(Mon)
Message-ID: <060316112645.M0107638@shimako.yamayuri.org>
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Thu, 16 Mar 2006 11:26:45 +0900
X-Sequence: FreeBSD-users-jp 89365
Subject: [FreeBSD-users-jp 89365] Re: tcsh =?ISO-2022-JP?B?GyRCJEcbKEI=?=
 =?ISO-2022-JP?B?GyRCJE5JPTwoGyhC?= 
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: mistral@imasy.or.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+060209

$B!!1n4]$G$9!#(B

On Sat, Mar 04, 2006 at 07:52:30PM JST, Tsurutani Naoki wrote:

> FreeBSD/amd64 5-STABLE$B$+$i(B6.1-PRERELEASE$B$K%"%C%W%G!<%H$7$?%^%7%s$,$"$k$N$G$9$,!"(B
> $B$I$&$b(Btcsh$B$NJd40$,$*$+$7$$5$$,$7$F$$$^$9!#(B
> $B%3%^%s%IJd40$G!"ESCf$^$GF~NO$7$F8uJd$rI=<($5$;$?:]!"CfESH>C<$K2~9T$5$l$?(B
> $B$h$&$JI=<($,9T$o$l$^$9!#$3$s$J46$8$G$9!#(B
> 
> % set($B$3$3$G%?%V(B)
> set         setextattr  setfmac     seticons    setpmac     settc       setxkbma
> p
> setenv      setfacl     setfsmac    setkey      setstyle    setty

  tcsh 6.14.0 $B$N%P%0$C$]$$$G$9$M!#%3%^%s%IJd40$@$1$G$J$/!"FbB"(B
ls (ls-F) $B$bF1MM$G$9!#(B

  $B2<5-$N%Q%C%A$r;n$7$F$_$F$/$@$5$$!#(B

  $B$=$b$=$b%3%^%s%IL>$G$O%U%!%$%kL>$H$O0c$C$FKvHx$N(B / $B$H$+(B * $B$H$+(B
$B$O4X78$J$$$H;W$&$s$G$9$,!"$=$s$J=hM}$r$d$C$F$$$k$3$H<+BN$,$*$+$7(B
$B$$$N$+$b$7$l$^$;$s!#$H$$$&$+%U%!%$%kL>I=<($G$b(B no_file_suffix $B$,(B
true $B$K$J$C$FF1$8=hM}$r$7$F$$$k$_$?$$$J$s$G$9$1$I!D!#(B

--- src/contrib/tcsh/tw.parse.c.orig	Wed Sep 14 01:27:38 2005
+++ src/contrib/tcsh/tw.parse.c	Thu Mar 16 11:18:02 2006
@@ -2086,10 +2086,11 @@ print_by_column(dir, items, count, no_fi
 		if (no_file_suffix) {
 		    /* Print the command name */
 		    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 ' ' */
 		    print_with_color(items[i], w, filetype(dir, items[i]));
 		    wx++;

--
sarumaru
