Fixed cursor position after screen erase (^L) command.

git-svn-id: http://voip.null.ro/svn/yate@4946 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2012-02-24 19:00:37 +00:00
parent 5c63de281b
commit 47d29dc36f
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ bool Connection::processChar(unsigned char c)
if (!m_echoing)
break;
writeStr("\033[H\033[2J");
writeStr(m_buffer);
writeBuffer();
return false;
case 0x12: // ^R
if (!m_echoing)