Begin theme restructure
This commit is contained in:
parent
414acf3479
commit
7d65434f36
|
@ -568,20 +568,23 @@ Type
|
||||||
ScriptPath : String[mysMaxPathSize];
|
ScriptPath : String[mysMaxPathSize];
|
||||||
TemplatePath : String[mysMaxPathSize];
|
TemplatePath : String[mysMaxPathSize];
|
||||||
Flags : LongInt;
|
Flags : LongInt;
|
||||||
FieldCol1 : Byte;
|
FieldColor1 : Byte;
|
||||||
FieldCol2 : Byte;
|
FieldColor2 : Byte;
|
||||||
FieldChar : Char;
|
FieldChar : Char;
|
||||||
EchoCh : Char;
|
EchoChar : Char;
|
||||||
QuoteColor : Byte;
|
QuoteColor : Byte;
|
||||||
TagCh : Char;
|
TagChar : Char;
|
||||||
FileHi : Byte;
|
FileDescHi : Byte;
|
||||||
FileLo : Byte;
|
FileDescLo : Byte;
|
||||||
NewMsgChar : Char;
|
NewMsgChar : Char;
|
||||||
VotingBar : RecPercent;
|
VotingBar : RecPercent;
|
||||||
FileBar : RecPercent;
|
FileBar : RecPercent;
|
||||||
MsgBar : RecPercent;
|
MsgBar : RecPercent;
|
||||||
GalleryBar : RecPercent;
|
GalleryBar : RecPercent;
|
||||||
HelpBar : RecPercent;
|
HelpBar : RecPercent;
|
||||||
|
ViewerBar : RecPercent;
|
||||||
|
ThemeColor : Array['A'..'Z'] of Byte; //or 0..9 is this overkill?
|
||||||
|
// grep ++lang
|
||||||
End;
|
End;
|
||||||
|
|
||||||
LangRec = Record { LANGUAGE.DAT }
|
LangRec = Record { LANGUAGE.DAT }
|
||||||
|
|
Loading…
Reference in New Issue