only increment line number on ASCII LF

This commit is contained in:
ceriel 1988-05-03 11:30:25 +00:00
parent eb3dd52dd8
commit 781a1218a5
3 changed files with 6 additions and 6 deletions

View file

@ -9,8 +9,8 @@
%
%C
STGARB:\000-\200
STSKIP:\r \t
STNL:\n\f\013
STSKIP:\r \t\013\f
STNL:\n
STCOMP:!&+-<=>|
STSIMP:%()*,/:;?[]^{}~
STCHAR:'

View file

@ -7,8 +7,8 @@
%
%C
STGARB:\000-\200
STSKIP: \r\t
STNL:\012\013\014
STSKIP: \r\t\013\014\015
STNL:\012
STSIMP:#&()*+,-/;=[]^{|}~
STCOMP:.:<>
STIDF:a-zA-Z

View file

@ -8,8 +8,8 @@
%
%C
STGARB:\000-\377
STSKIP:\r \t
STNL:\n\f\013
STSKIP:\r \t\f\013
STNL:\n
STCOMP:!&<=>|
STSIMP:-%()+*,/:?^~
STCHAR:'