Sets the width of the terminal.

Vedeu.configure do
  width 80

  # or...

  width = 80

  # ...
end