~larryprice/acolyterm/release-0.1

« back to all changes in this revision

Viewing changes to src/plugin/qmltermwidget/lib/KeyboardTranslator.cpp

  • Committer: Larry Price
  • Date: 2016-06-15 14:47:59 UTC
  • Revision ID: larry.price@canonical.com-20160615144759-6wopn0gxwgta3x1n
Updating QMLTermWidget and removing unnecessary konsole codebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
718
718
           }
719
719
 
720
720
           if ( escapedChar )
721
 
               result.replace(i,charsToRemove,replacement);
 
721
               result.replace(i,charsToRemove,replacement,1);
722
722
        }
723
723
    }
724
724