alias test { dialog -m test test }
dialog test {
size -1 -1 200 200
list 1, 5 5 190 150,hsbar,vsbar
button "OK"2, 5 175 80 23,ok
}
on *:DIALOG:test:init:*: { did -a test 1 This is a test of the vsbar attribute. As you can see the line gets cut off. }