This diff soaks up the user input while the the maximum character
authorlum <lum@openbsd.org>
Tue, 2 Mar 2021 15:03:35 +0000 (15:03 +0000)
committerlum <lum@openbsd.org>
Tue, 2 Mar 2021 15:03:35 +0000 (15:03 +0000)
commitcee96425899826a23caefa3f52c0302e3af2ae94
tree5670c7fca2b781276a71ae4d1f22aca5e3e1f9ea
parentdccc86af6c5585e2987a33c0ae09840af0eda8e0
This diff soaks up the user input while the the maximum character
length boundary is crossed in the minbuffer and allows the user to see
the error message and respond accordingly.  The goto named "null"
changed to "skipkey" as per Emil Engler's suggestion on tech@.
usr.bin/mg/echo.c