Re: [ed] fixing the list command

2018-04-03 Thread Nils Reuße
> Nils Reuße hat am 27. Februar 2018 um 11:27 geschrieben: > > > Hi there, > > the 'l' command in base ed currently does not mark the end of line with a > '$'. This is documented in the man page (POSIX wants each '$' escaped, and a > final '$' at EOL). Interestingly, the code to mark EOL is

[ed] fixing the list command

2018-02-27 Thread Nils Reuße
Hi there, the 'l' command in base ed currently does not mark the end of line with a '$'. This is documented in the man page (POSIX wants each '$' escaped, and a final '$' at EOL). Interestingly, the code to mark EOL is already there, just hidden by the BACKWARDS flag ed is compiled with. Her