1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-08-01 10:27:45 +00:00
This commit is contained in:
RGBCube 2022-11-19 20:22:03 +03:00
parent de5dc6dc3a
commit 5895b61733

View file

@ -1,12 +1,12 @@
18227c18227
< term__black _t1 = 0;
< term__black _t1 = 0;
---
> string (*_t1) (string) = 0;
> string (*_t1) (string) = 0;
18300c18300
< term__bg_black _t1 = 0;
< term__bg_black _t1 = 0;
---
> string (*_t1) (string) = 0;
> string (*_t1) (string) = 0;
18454c18454
< term__reset _t2 = 0;
< term__reset _t2 = 0;
---
> string (*_t2) (string) = 0;
> string (*_t2) (string) = 0;