pidcat icon indicating copy to clipboard operation
pidcat copied to clipboard

`indent_wrap` Improvements Needed

Open JakeWharton opened this issue 11 years ago • 1 comments

  • Needs to handle non-printing characters (by not counting them).
  • Should indent if a newline is included in the message.

JakeWharton avatar Jun 12 '13 21:06 JakeWharton

Hi Jake,

I fixed it by adding this line: message = message.replace('\n', ' ')

traninho avatar Aug 03 '16 08:08 traninho