Merge pull request #650 from kotisoff/main

Minor lua code refactor + typo fix
This commit is contained in:
MihailRis
2025-10-14 22:36:19 +03:00
committed by GitHub
9 changed files with 34 additions and 27 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ namespace gui {
runnable onDownPressed;
/// @brief Is current input valid
bool valid = true;
/// @brief Text input pointer, value may be greather than text length
/// @brief Text input pointer, value may be greater than text length
size_t caret = 0;
/// @brief Actual local (line) position of the caret on vertical move
size_t maxLocalCaret = 0;