https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210607

John Baldwin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from John Baldwin <[email protected]> ---
I actually find the current behavior the correct one.  Note that GNU cat
follows the current behavior:

> gcat -ne 
a b c
     1  a b c$

     2  $
def
     3  def$
^D                                                                              

vs:

> gcat -be
a b c 
     1  a b c$

$
def
     2  def$
^D                                                                              

The idea being that you only get leading indentation if there is a line number.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to