equal
deleted
inserted
replaced
46 var Strs: array[0 .. MaxStrIndex] of TChatLine; |
46 var Strs: array[0 .. MaxStrIndex] of TChatLine; |
47 MStrs: array[0 .. MaxStrIndex] of shortstring; |
47 MStrs: array[0 .. MaxStrIndex] of shortstring; |
48 LocalStrs: array[0 .. MaxStrIndex] of shortstring; |
48 LocalStrs: array[0 .. MaxStrIndex] of shortstring; |
49 missedCount: LongWord; |
49 missedCount: LongWord; |
50 lastStr: LongWord; |
50 lastStr: LongWord; |
51 localLastStr: LongWord; |
51 localLastStr: LongInt; |
52 history: LongWord; |
52 history: LongInt; |
53 visibleCount: LongWord; |
53 visibleCount: LongWord; |
54 InputStr: TChatLine; |
54 InputStr: TChatLine; |
55 InputStrL: array[0..260] of char; // for full str + 4-byte utf-8 char |
55 InputStrL: array[0..260] of char; // for full str + 4-byte utf-8 char |
56 ChatReady: boolean; |
56 ChatReady: boolean; |
57 showAll: boolean; |
57 showAll: boolean; |