Macro Language Reference > Macros > Document Preferences > edbar
  
edbar
Description
A control keyword used withfdpref: controls the edit bar settings.
 
Example 74. Activate all editbar display options
fdpref edbar 1,1,1,1,1,3,50,1,1
Syntax
edbar size:n yellow mode:o fmt time:o prop:o sp:o ww:o text attribs:n yellow size:rt 1to1:o sbrk:o EB focus:o Man focus:o
size
Size of the edit bar in lines. If a positive value is specified the edit bar it positioned and the bottom of the window and the value is lines deep. If a negative value is specified the edit bar is positioned to the right of the window and the value is en's wide. The specific macro for this function is ty.
yellow mode
Sets the edit bar to Yellow mode. This mode is intended to aid plain text editing, it displays the number of text lines you set as the parameter value, i.e. 5 will display five lines.
fmt time
Not documented, default 0 value.
prop
Proportional space: see also typro.
sp
Space character for every word space: see also tysp.
ww
Word Wrapping: see also tyw.
text attribs
1
Display only edit bar text.
2
Display only text attributes section.
3
Display both text and text attributes.
yellow size
Yellow text size; If flag is set to 3, this will control the percentage of the text section to display.
1to1
One to One mode: see also tyone.
sbrk
Show line breaks: see also tybrk.
EB focus
Edit Bar focus.
Man focus
Manual focus.
Related Links