gavinlaking/vedeu

View on GitHub
docs/configuration/height.md

Summary

Maintainability
Test Coverage
Sets the height of the terminal.

    # Set:
    Vedeu.configure do
      height 25

      # or...

      height = 25

      # ...
    end

    # Get:
    Vedeu.config.height