1   type MultilineTextBox
2       subscribe { _, event ->
3           if event ? FlagEvent/IsFocused x then
4               cursor.is_visible = x }
5