binstr_fmt - scgray/jsqsh GitHub Wiki
Variable
binstr_fmt
- Controls the manner in which binary values are displayed
Description
This is a boolean (true
/false
) value that controls the manner in which
jsqsh displays binary values. The default (false
) causes jsqsh to
display binary values as pure hex values, such as:
0xabcd
changing this value to true, causes jsqsh to display the values in hex string format, such as:
X'abcd'