Skip to content
Snippets Groups Projects
Commit cb033b61 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Document the 'requirements' and 'wantblink' options

parent 11ebbeaa
No related branches found
No related tags found
No related merge requests found
...@@ -190,6 +190,12 @@ oldenglish=oldeng.f14 ...@@ -190,6 +190,12 @@ oldenglish=oldeng.f14
; characters (text and "graphics") displayed on the remote terminal without ; characters (text and "graphics") displayed on the remote terminal without
; re-sending any of those characters! ; re-sending any of those characters!
; A 'requirements' key may be set to a valid Access Requirement String (ARS)
; both globally (e.g. before any [sections] are defined, towards the top of
; this file) and per Font Section. Users not meeting the specified
; requirements will not receive the font change(s). If specified, both the
; global and per-font requirements must be met for a font to apply to a user.
; **************************** ; ****************************
; Loading and Activating Fonts ; Loading and Activating Fonts
; **************************** ; ****************************
...@@ -224,6 +230,12 @@ oldenglish=oldeng.f14 ...@@ -224,6 +230,12 @@ oldenglish=oldeng.f14
; <char> is the character height, in pixels, which corresponds with the user's ; <char> is the character height, in pixels, which corresponds with the user's
; terminal screen length (see above descriptions, but 16 is most common). ; terminal screen length (see above descriptions, but 16 is most common).
; Set 'wantblink=true' in a font section if blinking/flashing text is desired.
; This will result in the blink attribute remaining enabled on the terminal
; for the configured blink/highblink styles (if any) in a font section.
; Without 'wantblink' enabled, the blink attribute will be disabled on the
; terminal when displaying text using the blink or highblink style.
; Default Sections ; Default Sections
; ---------------- ; ----------------
; The 'default' key/sections are used to define the set of fonts to be loaded ; The 'default' key/sections are used to define the set of fonts to be loaded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment