mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
GenConfig: removes unused fflush
This commit is contained in:
@@ -997,7 +997,6 @@ static int runCui(FFGenConfigUI* ui, bool fileExists) {
|
||||
FF_STRBUF_AUTO_DESTROY frame = ffStrbufCreateA((uint32_t) ui->cols * ((uint32_t) ui->rows + 4));
|
||||
renderFrame(ui, &frame);
|
||||
ffWriteFDData(FFUnixFD2NativeFD(STDOUT_FILENO), frame.length, frame.chars);
|
||||
fflush(stdout);
|
||||
|
||||
char ch = 0;
|
||||
FFGenConfigKey key = readKey(&ch);
|
||||
|
||||
Reference in New Issue
Block a user