examples/geometry_app.rb in vedeu-0.4.22 vs examples/geometry_app.rb in vedeu-0.4.23
- old
+ new
@@ -19,11 +19,11 @@
colour foreground: '#ff0000', background: '#000000'
cursor!
# Geometry can be defined within the interface.
geometry do
- height 8
+ height rows(4)
width 8
x 2
y 2
end
end
@@ -34,10 +34,10 @@
end
# Geometry can be defined either before or after the interface.
geometry 'second' do
height 8
- width 8
+ width columns(1)
x 12
y 2
end
keymap('_global_') do