Examples:
interface 'my_interface' do
cursor true # => show the cursor for this interface
cursor :show # => both of these are equivalent to line above
cursor! #
# ...
cursor false # => hide the cursor for this interface
cursor nil # => as above
# ...
view 'my_interface' do
cursor true
# ...