Skip to content

Conversation

@mmuman
Copy link
Contributor

@mmuman mmuman commented Feb 15, 2025

No description provided.

Comment on lines 15 to 17
{
return NULL;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
return NULL;
}
return "get_input_devices(&list) failed";

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

ffStrbufAppendS(&name, " (stopped)");

FFKeyboardDevice* device = (FFKeyboardDevice*) ffListAdd(devices);
ffStrbufInitStatic(&device->serial, "");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ffStrbufInitStatic(&device->serial, "");
ffStrbufInit(&device->serial);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed


FFKeyboardDevice* device = (FFKeyboardDevice*) ffListAdd(devices);
ffStrbufInitStatic(&device->serial, "");
ffStrbufInitMove(&device->name, &name);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not ffStrbufInitS(&device->name, device->Name());?

Copy link
Contributor Author

@mmuman mmuman Feb 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I just copied from another file which did that… Also I append the "(stopped)" info

}

return NULL;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is having no single mouse an error?

@mmuman mmuman changed the title More haiku: Keyboard & Mouse More haiku: Keyboard & Mouse & NetIO Feb 15, 2025
@CarterLi
Copy link
Member

options->namePrefix should be honored in LocalIP and NetIO module

@mmuman
Copy link
Contributor Author

mmuman commented Feb 16, 2025

options->namePrefix should be honored in LocalIP and NetIO module

Should be fixed.

@CarterLi CarterLi merged commit 1d2b6c0 into fastfetch-cli:dev Feb 16, 2025
19 checks passed
@mmuman mmuman deleted the more-haiku branch February 16, 2025 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants