changed mut third try ....
This commit is contained in:
parent
9da3cb82d2
commit
a0cf8907a5
@ -93,7 +93,7 @@ impl Screen
|
||||
}
|
||||
|
||||
// this will disable the drop which will cause raw modes not to be undone on drop of `Screen`.
|
||||
pub fn disable_drop(&self)
|
||||
pub fn disable_drop(&mut self)
|
||||
{
|
||||
self.drop = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user