CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2019/06/07 01:54:05
Modified files: usr.bin/mg : util.c Log message: Amend showcpos() to show more information about how mg is operating. The additions help while developing mg by not having to go into gdb to see somethings mg believes about itself. The extra data shown could be removed in future, but it is benign so perhaps it could stay. Also, do not fake a '\n' on the end of buffer. It is confusing. However do not change the lie about '\n' being on the end of every line within the buffer. Hopefully, one day, that will no longer be a lie.