commit | 734f76f0836abb48d72fd7580293afc7c1c27a27 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 08 07:00:04 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 08 11:39:09 2021 -0400 |
tree | 5c9bca4a0860d6d4ebfe1a242ec749129584df09 | |
parent | f1d06471766ac271f2452eebfa3d6fc0fa66f98d [diff] |
hexdump: Allow ctrl-c to interrupt output If a long hexdump is initated the user may wish to interrupt it. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>