achiurizo / consular

Terminal automation
http://rdoc.info/github/achiu/consular/master/file/README.md
MIT License
813 stars 46 forks source link

[win32] adding name and bounds support #71

Closed jondot closed 13 years ago

jondot commented 13 years ago

Note that in win32 cmd_core :bounds is [cols, rows].

window :name => 'my window', :bounds => [40,30] do .. end

achiurizo commented 13 years ago

merged here: 896ca783c6296ba83df8e55f57e6237588947263 . thanks!