File tree Expand file tree Collapse file tree 4 files changed +15
-21
lines changed Expand file tree Collapse file tree 4 files changed +15
-21
lines changed Original file line number Diff line number Diff line change 1
1
# These are supported funding model platforms
2
2
3
3
github : mcpcpc
4
- patreon : # Replace with a single Patreon username
5
- open_collective : # Replace with a single Open Collective username
6
- ko_fi : # Replace with a single Ko-fi username
7
- tidelift : # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
- community_bridge : # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
- liberapay : # Replace with a single Liberapay username
10
- issuehunt : # Replace with a single IssueHunt username
11
- otechie : # Replace with a single Otechie username
12
4
custom : https://www.paypal.me/mcpcpc/usd5
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2020 Michael Czigler
3
+ Copyright (c) 2020-2023 Michael Czigler
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -18,13 +18,12 @@ out for others.
18
18
COMPATIBILITY
19
19
-------------
20
20
21
- Compatibility with the following terminator-emulators have been tested and
22
- confirmed on KISS Linux [1]:
21
+ Compatibility with the following terminator-emulators have been tested:
23
22
24
- - simple terminal, st [2 ]
25
- - alacritty [3 ]
26
- - xterm [4 ]
27
- - kitty [5 ]
23
+ - simple terminal, st [1 ]
24
+ - alacritty 2 ]
25
+ - xterm [3 ]
26
+ - kitty [4 ]
28
27
29
28
30
29
DEPENDENCIES
@@ -100,13 +99,12 @@ in the docs/ folder) by creating a Pull Request.
100
99
REFERENCES
101
100
----------
102
101
[0] https://github.com/dylanaraps/okpal
103
- [1] https://k1ss.org
104
- [2] Note that background, foreground and cursor color setting does not work
102
+ [1] Note that background, foreground and cursor color setting does not work
105
103
without applying the 'OSC 10 11 12' patch.
106
104
https://st.suckless.org
107
- [3 ] Confirmed to work in wayland (per sdsddsd1).
105
+ [2 ] Confirmed to work in wayland (per sdsddsd1).
108
106
https://github.com/mcpcpc/kfc/issues/1
109
- [4 ] Confirmed by periish.
107
+ [3 ] Confirmed by periish.
110
108
https://github.com/mcpcpc/kfc/issues/3
111
- [5 ] Confirmed by emokoi
109
+ [4 ] Confirmed by emokoi
112
110
https://github.com/mcpcpc/kfc/issues/4
Original file line number Diff line number Diff line change 1
- /* See LICENSE file for license details. */
1
+ /*
2
+ * SPDX-License-Identifier: MIT
3
+ * Copyright (C) 2020-3033 Michael Czigler
4
+ */
5
+
2
6
#define _POSIX_C_SOURCE 200809L
3
7
#include <dirent.h>
4
8
#include <getopt.h>
You can’t perform that action at this time.
0 commit comments