Method: CDK::FSELECT.isFullWidth
- Defined in:
- lib/cdk/fselect.rb
.isFullWidth(width) ⇒ Object
928 929 930 |
# File 'lib/cdk/fselect.rb', line 928 def self.isFullWidth(width) width == CDK::FULL || (Ncurses.COLS != 0 && width >= Ncurses.COLS) end |