Changeset 6890
- Timestamp:
- May 10, 2010, 4:34:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/chat2/src/orxonox/ChatInputHandler.cc
r6885 r6890 84 84 /* backspace */ 85 85 this->inpbuf->registerListener(this, &ChatInputHandler::backspace, '\b', true); 86 this->inpbuf->registerListener(this, &ChatInputHandler::backspace, '\177', true);86 //this->inpbuf->registerListener(this, &ChatInputHandler::backspace, '\177', true); 87 87 88 88 /* exit the chatinputhandler thingy (tbd) */
Note: See TracChangeset
for help on using the changeset viewer.