fix various compiler warnings and a few minor bugs
This commit is contained in:
@@ -123,7 +123,7 @@ void Scrollpad::Recreate()
|
||||
Write(itsContent.c_str());
|
||||
}
|
||||
|
||||
void Scrollpad::Refresh(bool stub)
|
||||
void Scrollpad::Refresh(bool)
|
||||
{
|
||||
prefresh(itsWindow,itsBeginning,0,itsStartY,itsStartX,itsStartY+itsHeight-1,itsStartX+itsWidth);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user