FreeBSD Bugzilla – Attachment 8986 Details for
Bug 18616
colorls outputs colorization and type char in different order in long and short mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 716 bytes, created by
markush
on 2000-05-17 08:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
markush
Created:
2000-05-17 08:50:00 UTC
Size:
716 bytes
patch
obsolete
>--- patch-aa.orig Tue May 16 18:29:28 2000 >+++ patch-aa Tue May 16 18:29:31 2000 >@@ -91,7 +91,7 @@ > void > printscol(dp) > DISPLAY *dp; >-@@ -124,10 +144,14 @@ >+@@ -124,8 +144,12 @@ > printtime(sp->st_ctime); > else > printtime(sp->st_mtime); >@@ -99,13 +99,11 @@ > + (void)colortype(sp->st_mode); > if (f_octal || f_octal_escape) (void)prn_octal(p->fts_name); > else (void)printf("%s", p->fts_name); >- if (f_type) >- (void)printtype(sp->st_mode); > + if (f_color) > + (void)printf("\033[m"); >+ if (f_type) >+ (void)printtype(sp->st_mode); > if (S_ISLNK(sp->st_mode)) >- printlink(p); >- (void)putchar('\n'); > @@ -191,10 +215,22 @@ > dp->s_block); > if ((base += numrows) >= num)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18616
: 8986 |
8987