Screen OpenDflt: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:




  Screen OpenDflt "Srow=nn, Scol=nn, Title=APPLICATION NAME, Buttonrows=nn", N 70 ...other screen attributes
  SCREEN OpenDflt "Srow=nn, Scol=nn, Title= {Application Name}, Buttonrows=nn", N 70 ...other screen statement attributes


Specifies the window parameters for opening the main screen when information is displayed prior to explicitly OPENing file #0.
Specifies the window parameters for opening the main screen when information is displayed prior to explicitly OPENing window #0. <br>This is the normal way of specifying attributes of the main BR window.


<noinclude>
<noinclude>
[[Category:Config]]
[[Category:Config]]
</noinclude>
</noinclude>

Revision as of 12:29, 7 November 2014

The Screen OpenDflt config specification


SCREEN OpenDflt "Srow=nn, Scol=nn, Title= {Application Name}, Buttonrows=nn", N 70 ...other screen statement attributes

Specifies the window parameters for opening the main screen when information is displayed prior to explicitly OPENing window #0.
This is the normal way of specifying attributes of the main BR window.