On Fri Mar  6 04:57:18 PST 2015, [email protected] wrote:

> if ((++ncp & 7) == 0 && !xflag) {
> 
> with
> 
> if ((++ncp & 7) == 0 && !xflag && *(p-2) == ' ') {

that solves it.  you have a problem with $tabstop.  if you've cpu'd
or ssh'd somewhere, make sure the $tabstop is set properly, and that
the font you are using is available on the remote host, and $font
is pointing to it.

- erik

Reply via email to