Construct dispatch registry on first use to avoid static init order crash
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Terminal {
|
||||
DispatchRegistry() : escape(), CSI(), control() {}
|
||||
};
|
||||
|
||||
static DispatchRegistry global_dispatch_registry;
|
||||
DispatchRegistry & get_global_dispatch_registry( void );
|
||||
|
||||
class Dispatcher {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user