procps/ps
Jim Warner 9ea0021070 ps: don't use '+' truncation indicator with multi-byte
The ps program generally supports multi-byte sequences
in strings representing user and group names. However,
should a multi-byte sequence span the maximum width of
a column, the '+' inserted by ps to signify truncation
will corrupt that sequence, misaligning the text line.

Unfortunately, there's insufficient info returned from
the escape_str function (who calls escape_str_utf8) to
provide a robust response. So, this commit will revert
to the old standby of displaying a number when the '+'
character would've corrupted that multi-byte sequence.

Signed-off-by: Jim Warner <james.warner@comcast.net>
2017-10-02 22:23:13 +11:00
..
common.h
COPYING
display.c
global.c
HACKING
help.c
output.c ps: don't use '+' truncation indicator with multi-byte 2017-10-02 22:23:13 +11:00
parser.c
ps.1
regression
select.c
sortformat.c
stacktrace.c