mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-29 06:28:37 +00:00
remove vt prefixes
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
int main() {
|
||||
GhosttyOscParser parser;
|
||||
if (ghostty_vt_osc_new(NULL, &parser) != GHOSTTY_VT_SUCCESS) {
|
||||
if (ghostty_osc_new(NULL, &parser) != GHOSTTY_SUCCESS) {
|
||||
return 1;
|
||||
}
|
||||
ghostty_vt_osc_free(parser);
|
||||
ghostty_osc_free(parser);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user