mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-23 15:55:19 +00:00
some PR feedback
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
// Types
|
||||
@@ -178,7 +178,7 @@ typedef struct {
|
||||
* @param parser Pointer to store the created parser handle
|
||||
* @return GHOSTTY_VT_SUCCESS on success, or an error code on failure
|
||||
*/
|
||||
GhosttyVtResult ghostty_vt_osc_new(const GhosttyVtAllocator* allocator, GhosttyOscParser* parser);
|
||||
GhosttyVtResult ghostty_vt_osc_new(const GhosttyVtAllocator *allocator, GhosttyOscParser *parser);
|
||||
|
||||
/**
|
||||
* Free an OSC parser instance.
|
||||
|
||||
Reference in New Issue
Block a user