diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:53:51 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:52 +0700 |
commit | 01d83ff135573ced39c60f87a4381ebc9b4c0a1f (patch) | |
tree | 9a6cc6d3de802c786289e004017504d1182b11fb /development/bed | |
parent | b5a2b5ae50208787a1f9c92a43ae39e598576463 (diff) | |
download | slackbuilds-01d83ff135573ced39c60f87a4381ebc9b4c0a1f.tar.gz |
development/bed: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bed')
-rw-r--r-- | development/bed/README | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/development/bed/README b/development/bed/README index 58a7b6e8ba..7f3733508f 100644 --- a/development/bed/README +++ b/development/bed/README @@ -1,19 +1,21 @@ bed (ncurses-based adjustable data format binary/hex editor) Bed is a binary editor that supports editing/viewing data in a wide -variety of formats, including ASCII, unsigned and signed integers, float, -bit-flags, bit-fields, labels, EBCDIC and time_t. Different sizes and -byte orderings are possible. Data types can be used in structures. Other -data formats, filters and procedures can be defined in plugins. +variety of formats, including ASCII, unsigned and signed integers, +float, bit-flags, bit-fields, labels, EBCDIC and time_t. Different +sizes and byte orderings are possible. Data types can be used in +structures. Other data formats, filters and procedures can be defined +in plugins. Optional dependencies: hyperscan and/or re2. These are autodetected at build time. bed uses these for faster regular expressions searches. Notes: -- bed starts up in Ascii input mode. Press F7 to switch to "Digit-Hex" entry - mode. If this doesn't work, see the next note. +- bed starts up in ASCII input mode. Press F7 to switch to "Digit-Hex" + entry mode. If this doesn't work, see the next note. - bed makes extensive use of Meta key combinations and the F-keys. - It's pretty sensitive to the terminal type and $TERM setting being used. - See README_SBo.txt if you have trouble with the keyboard commands. + It's pretty sensitive to the terminal type and $TERM setting being + used. See README_SBo.txt if you have trouble with the keyboard + commands. |