Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6890


Ignore:
Timestamp:
May 10, 2010, 4:34:39 PM (14 years ago)
Author:
smerkli
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/chat2/src/orxonox/ChatInputHandler.cc

    r6885 r6890  
    8484    /* backspace */
    8585    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);
    8787
    8888    /* exit the chatinputhandler thingy (tbd) */
Note: See TracChangeset for help on using the changeset viewer.