From 95646a4d1e62fe70461d2ad6adc878442ea464d1 Mon Sep 17 00:00:00 2001 From: dam Date: Sun, 24 Mar 2024 01:38:35 +0000 Subject: Fixed typo on comment. --- modules/TUI/module.jai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/TUI') diff --git a/modules/TUI/module.jai b/modules/TUI/module.jai index 9ef0a7e..5993676 100644 --- a/modules/TUI/module.jai +++ b/modules/TUI/module.jai @@ -473,7 +473,7 @@ read_input_line :: (count_limit: int, is_visible: bool = true) -> string, Key { /* Use the get_key to read user input and show it on screen... should allow to move the cursor left and right and to delete/backspace. Enter should end the input, returning the input string and the Enter key. - Escape should discard the input returning an empty string and a None key. + Escape should discard the input returning an empty string and a Escape key. Resize should discard the input returning an empty string and a Resize key. */ // result := ifx key == Keys.Enter then builder_to_string(*builder) else ""; -- cgit v1.2.3