mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Fixed mouse captures issue with the terminal
This commit is contained in:
@@ -113,6 +113,8 @@ impl ActivityManager {
|
||||
None => break, // Exit
|
||||
}
|
||||
}
|
||||
// Drop context
|
||||
drop(self.context.take());
|
||||
}
|
||||
|
||||
// Loops
|
||||
|
||||
Reference in New Issue
Block a user