CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2014/03/26 16:02:06
Modified files: usr.bin/mg : mg.1 random.c Log message: Previously, C-t (transpose two chars) did not behave the same as Emacs. This diff makes mg behave more so. Though new-line characters are treated as any other. Difference from emacs observed and reported by deraadt@. First diff tested and ridiculed by deraadt@. Second diff not tested and not ridiculed by deraadt@ but at least email responded to.