24 #include <MD_Parola.h>
25 #include <MD_Parola_lib.h>
27 void MD_Parola::commonPrint(
void)
31 FSMPRINTS(
"\ncommonPrint");
33 _charCols = getFirstChar();
36 while (nextPos >= _limitRight)
38 if (_countCols == _charCols)
40 _charCols = getNextChar();
45 _D.setColumn(nextPos--, _cBuf[_countCols++]);
49 void MD_Parola::effectPrint(
bool bIn)