Sets the width of the terminal.

# Set:
Vedeu.configure do
  width 80

  # or...

  width = 80

  # ...
end

# Get:
Vedeu.config.width