$box-chars - Characters used to draw lines
$box-chars "string"; Default is "|+++++++++-"
$box-chars is a fixed length string that defines the set of characters used to render lines to the screen. Osd(2), directory-tree(2), list-registry(2) and many macros use these characters as a platform independent method of drawing lines. The characters have fixed indices defined as follows:-
Index 0
Index 1
Index 2
Index 3
Index 4
Index 5
Index 6
Index 7
Index 8
Index 9
Index 10
The $box-chars is typically platform dependent, it's setting is determined by the characters available in character set of the hosting platform. MS-DOS and Microsoft Windows environments might use a string such as:-
"\xB3\xDA\xBF\xC0\xD9\xC2\xC3\xC5\xB4\xC1\xC4"
X-Windows environments might use a string such as:-
"\x19\x0D\x0C\x0E\x0B\x18\x15\x0F\x16\x17\x12"
Both utilize platform specific characters.
(c) Copyright JASSPA 1999
Last Modified: 1999/08/25
Generated On: 1999/12/01