Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      zoom-window
   Variable Reference
      . . .
      mode-format
      mode-line-at-top
      mode-line-position
      mode-more-extra
      modified
      . . .
   Changing Epsilon
   . . .

Previous   Up    Next
mode-line-at-top  Variable Reference   mode-more-extra


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.



Previous   Up    Next
mode-line-at-top  Variable Reference   mode-more-extra


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