Files
fastfetch/src/detection/cursor/cursor.h
T
2023-11-09 13:46:45 +08:00

13 lines
193 B
C

#pragma once
#include "fastfetch.h"
typedef struct FFCursorResult
{
FFstrbuf theme;
FFstrbuf size;
FFstrbuf error;
} FFCursorResult;
void ffDetectCursor(FFCursorResult* result);