mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 11:57:35 +00:00
Get nyancat nyanning in Serenity.
I found a cute program that renders an animated nyancat in the terminal. This patch adds enough hackery to get it working correctly. :^)
This commit is contained in:
parent
3944c00f23
commit
dddd0e7b03
15 changed files with 341 additions and 64 deletions
|
@ -16,6 +16,7 @@ typedef dword uid_t;
|
|||
typedef dword gid_t;
|
||||
typedef signed_word pid_t;
|
||||
typedef dword time_t;
|
||||
typedef dword useconds_t;
|
||||
typedef dword suseconds_t;
|
||||
|
||||
struct timeval {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue