gavinlaking / vedeu

A framework written in Ruby for building GUI/TUI terminal/console applications.
Other
577 stars 35 forks source link

Left alignment line/stream width #348

Closed gavinlaking closed 8 years ago

gavinlaking commented 8 years ago

A small issue has been discovered whereby left aligning a stream or line will push content off the viewport for the interface. This is because the name of the interface is used to discover its geometry in DSL::Attributes. The fix is to check the alignment specified, and if :left, only honour a width if one is specified, and not to auto-detect the width.

gavinlaking commented 8 years ago

This was fixed as part of #349.