Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
if (s && (strcmp (s, "\r\n") == 0)) //newlines are always sent separately
emit gotNewLine ();
else
if ((s[0] == 0x1f) && (s[1] == '\0'))
if (s && (s[0] == 0x1f) && (s[1] == '\0'))
//<SBR> tag - ignored - converted into a space
emit gotNewText (QString (" "));