Fix repaint bug for read - screen needed repainting after call to read

darcs-hash:20070129162807-ac50b-c037ecfc0670a1f2795982337760f76036d6cdc5.gz
This commit is contained in:
axel
2007-01-30 02:28:07 +10:00
parent ba932b6590
commit da9f7227f5

View File

@@ -1822,6 +1822,9 @@ void reader_pop()
{
history_set_mode( data->name );
exec_prompt();
write( 1, "\r", 1 );
s_reset( &data->screen );
repaint();
}
}