diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-22 03:28:21 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-22 03:28:21 +0200 |
commit | d179b3c18007d5e7c7326d3d2ae3b5f43cd88a70 (patch) | |
tree | dc242376d44f2312b2446e3b4a79ddfe26e970e3 /ponysay | |
parent | 860919ddd4f367c9be70b6e746b02695dfa3767a (diff) | |
download | ponysay-d179b3c18007d5e7c7326d3d2ae3b5f43cd88a70.tar.gz ponysay-d179b3c18007d5e7c7326d3d2ae3b5f43cd88a70.tar.bz2 ponysay-d179b3c18007d5e7c7326d3d2ae3b5f43cd88a70.zip |
sorting the symlinks in -L
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -326,6 +326,7 @@ class Ponysay(): w = UCS.dispLen(pony) item = '\033[1m' + pony + '\033[21m' if (pony in quoters) else pony syms = ponymap[pony] + syms.sort() if len(syms) > 0: w += 2 + len(syms) item += ' (' |