FS#5415 - Add a comma to the package list.
Attached to Project:
Pacman
Opened by Jason Robinson (archuser) - Monday, 18 September 2006, 17:34 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 18 November 2006, 14:01 GMT
Opened by Jason Robinson (archuser) - Monday, 18 September 2006, 17:34 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 18 November 2006, 14:01 GMT
|
Details
When pacman shows the list of packages that it's going to
install, it would be nice to include a comma after each
package name so that it is easier to distinguish between
where one package name ends and the other begins.
Maybe it's just me but I think it'd look better. Cheers. |
This task depends upon
Closed by Dan McGee (toofishes)
Saturday, 03 February 2007, 17:46 GMT
Reason for closing: Implemented
Additional comments about closing: In CVS.
Saturday, 03 February 2007, 17:46 GMT
Reason for closing: Implemented
Additional comments about closing: In CVS.
Comment by Dan McGee (toofishes) -
Wednesday, 31 January 2007, 03:28 GMT
What about 2 spaces between packages instead of one? I think it
would add more visual separation than a comma would.
Comment by
Roman Kyrylych (Romashka) -
Wednesday, 31 January 2007, 10:44 GMT
I like 2 spaces :)
Comment by Dan McGee (toofishes) -
Saturday, 03 February 2007, 17:46 GMT
2 spaces, committed to CVS. list_update in src/pacman/util.c now
prints 2 spaces between package names instead of one.