From 16af583b2666cc1c24203237c69e3cd4d567faf3 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Wed, 15 Jun 2022 10:39:03 +0200 Subject: Initial commit --- libtui/widget/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libtui/widget/README (limited to 'libtui/widget/README') diff --git a/libtui/widget/README b/libtui/widget/README new file mode 100644 index 0000000..ae62628 --- /dev/null +++ b/libtui/widget/README @@ -0,0 +1,2 @@ +This module contains functions common to all widgets and provides a base for +implementing custom widget types (print, finish, ...). -- cgit v1.2.3