Changeset 683e4e0


Ignore:
Timestamp:
2017-01-07T16:10:48Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
e2a5be7
Parents:
3b8e4be6
Message:

blist: set width of nick column to 24 to avoid truncating them

It was 16 before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r3b8e4be6 r683e4e0  
    10641064                format = "%s\t%s\t%s";
    10651065        } else {
    1066                 format = "%-16.16s  %-40.40s  %s";
     1066                format = "%-24.24s  %-40.40s  %s";
    10671067        }
    10681068
Note: See TracChangeset for help on using the changeset viewer.