Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 255097 Details for
Bug 205809
app-shells/fish - patch to allow newlines in fish prompt
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to allow newlines (\n) in fish prompt
fish-1.23.1-newline.patch (text/plain), 433 bytes, created by
James Bowlin
on 2010-11-22 10:34:07 UTC
(
hide
)
Description:
Patch to allow newlines (\n) in fish prompt
Filename:
MIME Type:
Creator:
James Bowlin
Created:
2010-11-22 10:34:07 UTC
Size:
433 bytes
patch
obsolete
>--- orig/reader.c 2009-03-08 08:46:47.000000000 -0600 >+++ fish-1.23.1/reader.c 2010-11-22 03:08:01.000000000 -0700 >@@ -698,6 +698,10 @@ > for( i=0; i<al_get_count( &prompt_list); i++ ) > { > sb_append( &data->prompt_buff, (wchar_t *)al_get( &prompt_list, i ) ); >+ if (i + 1 < al_get_count( &prompt_list)) >+ { >+ sb_append( &data->prompt_buff, L"\n" ); >+ } > } > > al_foreach( &prompt_list, &free ); >
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 205809
: 255097