mg: handle C-u in M-! and M-|
authorop <op@openbsd.org>
Tue, 9 Jul 2024 14:46:17 +0000 (14:46 +0000)
committerop <op@openbsd.org>
Tue, 9 Jul 2024 14:46:17 +0000 (14:46 +0000)
commit9acc614c144d342ecd6e6f69ddfd5839a2e969fc
tree842b88aeb5433c2ba2d2bb14aad02829f1cddab8
parentccf5fc624c26da6d74c37ba18834beadc35e2bad
mg: handle C-u in M-! and M-|

With the C-u modifier, these commands (respectively shell-command
and shell-command-on-region) will operate in-place instead of opening
a special buffer with the result.

ok and lots of feedback from florian@

(signature for iomux and preadin changed after the ok -- the buffer
pointer was no longer needed)
usr.bin/mg/region.c