[Konsole-devel] Review Request 122711: Fixing Ctrl+Space in Konsole
Chirag Anand
anand.chirag at gmail.com
Tue Feb 24 20:48:56 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122711/
-----------------------------------------------------------
Review request for Konsole and Kurt Hindenburg.
Summary (updated)
-----------------
Fixing Ctrl+Space in Konsole
Bugs: 341157
http://bugs.kde.org/show_bug.cgi?id=341157
Repository: konsole
Description (updated)
-------
'QByteArray::replace(int pos, int len, const char * after)' does not copy '\0' bytes. Ctrl+Space which is "\x00" is nothing but a null byte, was not being stored properly in the byte array. Plus, there was an unnecessary fromUnicode call for conversion from QByteArray to QByteArray which was returning a byte array of size 0.
Diffs (updated)
-----
src/KeyboardTranslator.cpp 5bdc62b
src/Vt102Emulation.cpp d0d60ce
Diff: https://git.reviewboard.kde.org/r/122711/diff/
Testing
-------
Thanks,
Chirag Anand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20150224/9036dd75/attachment.html>
More information about the konsole-devel
mailing list