hexdump ¤
Functions:
Attributes:
-
config_normal
– -
config_printable
– -
config_zero
– -
config_special
– -
config_offset
– -
config_address
– -
config_separator
– -
config_highlight_group_lsb
–
config_normal module-attribute
¤
config_normal = add_color_param(
"hexdump-normal-color", "none", "color for hexdump command (normal bytes)"
)
config_printable module-attribute
¤
config_printable = add_color_param(
"hexdump-printable-color",
"bold",
"color for hexdump command (printable characters)",
)
config_zero module-attribute
¤
config_zero = add_color_param(
"hexdump-zero-color", "red", "color for hexdump command (zero bytes)"
)
config_special module-attribute
¤
config_special = add_color_param(
"hexdump-special-color",
"yellow",
"color for hexdump command (special bytes)",
)
config_offset module-attribute
¤
config_offset = add_color_param(
"hexdump-offset-color", "none", "color for hexdump command (offset label)"
)
config_address module-attribute
¤
config_address = add_color_param(
"hexdump-address-color", "none", "color for hexdump command (address label)"
)
config_separator module-attribute
¤
config_separator = add_color_param(
"hexdump-separator-color",
"none",
"color for hexdump command (group separator)",
)