View | Details | Raw Unified
Collapse All | Expand All

(-) kmuddy-0.8/kmuddy/cmxpmanager.cpp (-1 / +1 lines)
 Lines 134-140    Link Here 
      if (s && (strcmp (s, "\r\n") == 0))  //newlines are always sent separately
      if (s && (strcmp (s, "\r\n") == 0))  //newlines are always sent separately
        emit gotNewLine ();
        emit gotNewLine ();
      else
      else
      if ((s[0] == 0x1f) && (s[1] == '\0'))
      if (s && (s[0] == 0x1f) && (s[1] == '\0'))
        //<SBR> tag - ignored - converted into a space
        //<SBR> tag - ignored - converted into a space
        emit gotNewText (QString (" "));
        emit gotNewText (QString (" "));
      else
      else