From eef1d2041d9c6d213cc41640d57805cca6f1d3ef Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 17 Oct 2018 04:37:05 +0200 Subject: Convert theming to Rust. --- poezio/libpoezio.pyi | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 poezio/libpoezio.pyi (limited to 'poezio/libpoezio.pyi') 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: ... -- cgit v1.2.3