[BACK]Return to col.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / col

Diff for /src/usr.bin/col/col.1 between version 1.11 and 1.12

version 1.11, 2010/10/29 07:58:04 version 1.12, 2014/10/17 21:10:56
Line 79 
Line 79 
 .Pp  .Pp
 The control sequences for carriage motion that  The control sequences for carriage motion that
 .Nm  .Nm
 understands and their decimal values are listed in the following  understands and their decimal ASCII values are listed in the following
 table:  table:
 .Pp  .Pp
 .Bl -tag -width "carriage return" -compact  .Bl -tag -width "escape-backspace" -compact
 .It ESC\-7  .It escape\-bell
 Reverse line feed (escape then 7).  Reverse line feed (27 then 7).
 .It ESC\-10  .It escape\-backspace
 Half reverse line feed (escape then 10).  Half reverse line feed (27 then 8).
 .It ESC\-11  .It escape\-tab
 Half forward line feed (escape then 11).  Half forward line feed (27 then 9).
 .It backspace  .It backspace
 Moves back one column (8); ignored in the first column.  Moves back one column (8); ignored in the first column.
 .It carriage return  .It carriage return

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12