[Orxonox-commit 2174] r6890 - code/branches/chat2/src/orxonox
smerkli at orxonox.net
smerkli at orxonox.net
Mon May 10 16:34:39 CEST 2010
Author: smerkli
Date: 2010-05-10 16:34:39 +0200 (Mon, 10 May 2010)
New Revision: 6890
Modified:
code/branches/chat2/src/orxonox/ChatInputHandler.cc
Log:
Modified: code/branches/chat2/src/orxonox/ChatInputHandler.cc
===================================================================
--- code/branches/chat2/src/orxonox/ChatInputHandler.cc 2010-05-10 14:34:12 UTC (rev 6889)
+++ code/branches/chat2/src/orxonox/ChatInputHandler.cc 2010-05-10 14:34:39 UTC (rev 6890)
@@ -83,7 +83,7 @@
/* backspace */
this->inpbuf->registerListener(this, &ChatInputHandler::backspace, '\b', true);
- this->inpbuf->registerListener(this, &ChatInputHandler::backspace, '\177', true);
+ //this->inpbuf->registerListener(this, &ChatInputHandler::backspace, '\177', true);
/* exit the chatinputhandler thingy (tbd) */
this->inpbuf->registerListener(this, &ChatInputHandler::exit, '\033', true); // escape
More information about the Orxonox-commit
mailing list