summaryrefslogtreecommitdiff
path: root/oldresources/st/patch/iso14755.h
diff options
context:
space:
mode:
authorauric <auric7@protonmail.com>2025-09-07 20:17:07 -0500
committerauric <auric7@protonmail.com>2025-09-07 20:17:07 -0500
commit22d02614eaa4530092d564336b3e7076c9f0bc36 (patch)
tree947fd56ed33fedb80c14dab7adab0dc71760540b /oldresources/st/patch/iso14755.h
parent7de2c2044596ef810045e4565916e18903d822c1 (diff)
1
Diffstat (limited to 'oldresources/st/patch/iso14755.h')
-rw-r--r--oldresources/st/patch/iso14755.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/oldresources/st/patch/iso14755.h b/oldresources/st/patch/iso14755.h
new file mode 100644
index 0000000..45a3d7a
--- /dev/null
+++ b/oldresources/st/patch/iso14755.h
@@ -0,0 +1,6 @@
+#define NUMMAXLEN(x) ((int)(sizeof(x) * 2.56 + 0.5) + 1)
+
+/* constants */
+#define ISO14755CMD "dmenu -w \"$WINDOWID\" -p codepoint: </dev/null"
+
+void iso14755(const Arg *); \ No newline at end of file