diff options
| author | auric <auric7@protonmail.com> | 2025-09-11 18:00:59 -0500 |
|---|---|---|
| committer | auric <auric7@protonmail.com> | 2025-09-11 18:00:59 -0500 |
| commit | 38a82bc7e3569b7502a652c9f3fea37a017c0ccb (patch) | |
| tree | db4551326bf98c02a099c5df213a1dff047c2ca8 /browsers/getaccent.c | |
| parent | 61eaeb858dbe12dcf1596b725a3bab1df66569f4 (diff) | |
Remove browsers
Diffstat (limited to 'browsers/getaccent.c')
| -rw-r--r-- | browsers/getaccent.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/browsers/getaccent.c b/browsers/getaccent.c deleted file mode 100644 index a7f81d4..0000000 --- a/browsers/getaccent.c +++ /dev/null @@ -1,13 +0,0 @@ -#include <stdio.h> -#include <unistd.h> -#include "../core/accent.h" - -int main(void) { - ColorShm *blk = NULL; - char col[8]; - if (readaccent(&blk, col)) { - printf("%s\n", col); - return 0; - } - return 1; -} |
