Epsilon User's Manual and Reference >
Command Reference >
set-display-characters
Select new screen characters.
The set-display-characters command lets you alter the various
characters that Epsilon uses to construct its display. The command
displays a matrix of possible characters, and guides you through the
selection process. As the command only handles 8-bit characters by
design, using EEL code to set the _display_characters array
may be preferable if 16-bit Unicodecharacters are needed.
The first group specifies which graphic characters Epsilon should use
to draw window borders. It defines all the line-drawing characters
needed for drawing four different styles of borders, and all possible
intersections of these. Epsilon for Windows does not use this group.
The next group specifies which characters Epsilon uses to display
various special characters like <Tab> or Control-E. For example,
Epsilon usually displays a control character with the ^ symbol.
Set the appropriate character in this group to make Epsilon use a
different character. You can also make Epsilon display a special
character at the end of each line, or change the continuation
character. (Commands like change-show-spaces also set some of
these positions.)
The last group defines the characters Epsilon uses to display window
scroll bars. Epsilon replaces the window's selected border characters
with characters from this group. Epsilon for Windows does not use this
group.
More info:
Customizing the Screen
Cursor Shapes
Character Display (Primitives)
Epsilon Programmer's Editor 14.00 manual. Copyright (C) 1984, 2020 by Lugaru Software Ltd. All rights reserved.
|