summaryrefslogtreecommitdiff
path: root/poezio/libpoezio.pyi
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-10-17 04:37:05 +0200
committerMaxime “pep” Buquet <pep@bouah.net>2022-08-21 17:19:58 +0200
commiteef1d2041d9c6d213cc41640d57805cca6f1d3ef (patch)
tree0ae7cebfa8b717296da2dc5870105b9e1539a100 /poezio/libpoezio.pyi
parent6378f6ee6b43ef801725f3dda428cc10a68f26d4 (diff)
downloadpoezio-eef1d2041d9c6d213cc41640d57805cca6f1d3ef.tar.gz
poezio-eef1d2041d9c6d213cc41640d57805cca6f1d3ef.tar.bz2
poezio-eef1d2041d9c6d213cc41640d57805cca6f1d3ef.tar.xz
poezio-eef1d2041d9c6d213cc41640d57805cca6f1d3ef.zip
Convert theming to Rust.
Diffstat (limited to 'poezio/libpoezio.pyi')
-rw-r--r--poezio/libpoezio.pyi2
1 files changed, 2 insertions, 0 deletions
diff --git a/poezio/libpoezio.pyi b/poezio/libpoezio.pyi
new file mode 100644
index 00000000..e02e0a0f
--- /dev/null
+++ b/poezio/libpoezio.pyi
@@ -0,0 +1,2 @@
+
+def to_curses_attr(fg: int, bg: int, attrs: str) -> int: ...