The terminal width in columns.
@override int get width { final s = _sttySize(); return s?.$1 ?? 80; }