Lugaru's Epsilon Programmer's Editor 14.04
Context:

|
Epsilon User's Manual and Reference >
Variable Reference >
mode-line-position: preference variable
Default value: 3
The mode-line-position variable specifies how
to position the title text in a tiled window. To set it in an EEL
function, use one of the following macros defined in codes.h. (These
are the same as those used by the window_title( ) primitive.)
The TITLELEFT(n) macro, which is defined as (1 + (n)),
positions the title n characters from the left edge of the window.
The TITLERIGHT(n) macro, defined as (-(1 + (n))), positions
the title n characters from the right edge of the window. The
TITLECENTER macro, defined as 0, centers the title in the
window.

Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.
|