From 6cb33ef927d511727b3e68ecc2ae43e39ae2e01b Mon Sep 17 00:00:00 2001 From: NotPike <18655435+notpike@users.noreply.github.com> Date: Mon, 31 Jan 2022 18:29:52 -0800 Subject: [PATCH] Updated Widgets (markdown) --- Widgets.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Widgets.md b/Widgets.md index bbba33d..1db13ee 100644 --- a/Widgets.md +++ b/Widgets.md @@ -237,6 +237,8 @@ To enable scrolling you can use the `enable_scrolling(bool enable)` function:: my_console.enable_scrolling(true); ``` +* Note: Buffer size is limited to 256 char + ### Checkbox Checkboxs are a boolean (True/False) widget that allows you chose between one of two options . Here you can find it's declaration and prototype: