width method

  1. @override
int width()
override

Returns the current terminal width in columns.

Implementation

@override
int width() => _curbuf?.width() ?? 0;