mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
13 lines
193 B
C
13 lines
193 B
C
#pragma once
|
|
|
|
#include "fastfetch.h"
|
|
|
|
typedef struct FFCursorResult
|
|
{
|
|
FFstrbuf theme;
|
|
FFstrbuf size;
|
|
FFstrbuf error;
|
|
} FFCursorResult;
|
|
|
|
void ffDetectCursor(FFCursorResult* result);
|