Re: mg(1) log internals to file

2019-06-11 Thread Florian Obser
On Fri, Jun 07, 2019 at 03:18:27PM +, Mark Lumsden wrote: > This diff allows mg to log its internal status to a file. At the moment it > only logs line information like front and back pointers in the linked list, > how many characters are used and where the cursor is placed in the file, but > I

mg(1) log internals to file

2019-06-07 Thread Mark Lumsden
This diff allows mg to log its internal status to a file. At the moment it only logs line information like front and back pointers in the linked list, how many characters are used and where the cursor is placed in the file, but I am finding it incredibly useful debugging mg at the moment. Belo