Refactor terminal connection into a model which can be copied between terminal views

Refactor terminal modal code to use TerminalConnection model handle so we aren't storing TerminalViews in the globals
Adjust INSTANCE_BUFFER_SIZE in renderer to handle pathological terminal renders

Co-authored-by: mikayla.c.maki@gmail.com
This commit is contained in:
Keith Simmons
2022-07-08 16:10:09 -07:00
co-authored by
parent a82e56918e
commit 8d34fe7e94
9 changed files with 377 additions and 259 deletions
Generated
+1
View File
@@ -4886,6 +4886,7 @@ dependencies = [
"itertools",
"mio-extras",
"ordered-float",
"parking_lot 0.11.2",
"project",
"settings",
"smallvec",