Commit 2823022b authored by dickelbeck's avatar dickelbeck

added a @todo comment about repositioning the window when chosen part scrolled off screen

parent 51fc26e1
......@@ -42,6 +42,8 @@ void RemoteCommand( const char* cmdline )
if( (idcmd == NULL) || (text == NULL) )
return;
// @todo: this code does not reposition the window when the chosen part is scrolled off screen.
if( strcmp( idcmd, "$PART:" ) == 0 )
{
msg = CONV_FROM_UTF8( text );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment