Fixup docs

develop
Robob27 2023-02-02 01:29:37 -05:00
parent 86b57380a6
commit e049bfee89
1 changed files with 2 additions and 1 deletions

@ -960,7 +960,8 @@ Screens
* ``dfhack.gui.matchFocusString(focus_string)``
Returns ``true`` if the given ``focus_string`` is found in current focus, or ``false``
Returns ``true`` if the given ``focus_string`` is found in the current
focus strings, or as a prefix to any of the focus strings, or ``false``
if no match is found. Matching is case insensitive.
* ``dfhack.gui.getCurFocus([skip_dismissed])``