Bug 5255

Summary: move line identifier "*" to RHS of line numbers
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Stan Cox <scox>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246, 5292    

Description Andrew Cagney 2007-11-02 15:55:27 UTC
For instance, instead of:

 1      a line
 2*     ******
 3      more lines

have, making the marker clearly not a fortran comment:

 1      a line
*2      ******
 3      more lines
Comment 1 Stan Cox 2007-11-13 00:55:38 UTC
* ListCommand.java (interpret):  Right adjust line numbers.

(TestListCommand is in progress pending regex challenges will mark fixed when
committed)
Comment 2 Stan Cox 2007-11-14 14:51:47 UTC
TestListCommand.java committed.