Graphic LineDraw: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The '''Graphic_LineDraw''' BRConfig.sys specification controls how borders around windows look. The following linedraw modes are supported: CONFIG GRAPHIC_LINEDR...")
 
No edit summary
Line 21: Line 21:
  CONFIG GRAPHIC_LINEDRAW (ON  RAISED  SUNKEN  OFF)
  CONFIG GRAPHIC_LINEDRAW (ON  RAISED  SUNKEN  OFF)


For more information, see [[Field Specifications]]
For more information, see [[Field specifications]]


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

Revision as of 19:21, 27 March 2013

The Graphic_LineDraw BRConfig.sys specification controls how borders around windows look. The following linedraw modes are supported:

CONFIG GRAPHIC_LINEDRAW THINRAISED  (Thin line Windows mode)
CONFIG GRAPHIC_LINEDRAW THIN        (Default BR thin line sunken)

The above do not require any bitmap files to be present.

CONFIG GRAPHIC_LINEDRAW RAISED   (BR linedraw as before)
CONFIG GRAPHIC_LINEDRAW SUNKEN

These require DRAWLINE.BMP and/or DRAWSUNK.BMP to be present.

RAISED is the default and is synonymous with ON.

SUNKEN indents line draw characters giving a bit more conservative appearance.

  • Lines may be drawn on a window by printing linedraw characters in any position. Linedraw characters may be generated via the numeric keypad using the numbers 0-9 when you are in linedraw mode in BR. To toggle linedraw mode on and off, press {\b Ctrl-\\}
  • Custom linedraw sets may be used by modifying the bitmaps DRAWLINE.BMP and DRAWSUNK.BMP.
  • This feature is supported by the CONFIG command and becomes effective upon the next OPEN of window #0.
CONFIG GRAPHIC_LINEDRAW (ON  RAISED  SUNKEN  OFF)

For more information, see Field specifications