module Ollama::Utils::Width

def width(percentage: 100.0)

def width(percentage: 100.0)
  ((Float(percentage) * Tins::Terminal.columns) / 100).floor
end