mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-29 06:28:37 +00:00
lib-vt: setup a default allocator if null
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#include <stddef.h>
|
||||
#include <ghostty-vt.h>
|
||||
|
||||
int main() {
|
||||
return 42;
|
||||
GhosttyOscParser parser;
|
||||
ghostty_vt_osc_new(NULL, &parser);
|
||||
ghostty_vt_osc_free(parser);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user