JEG2 / highline

A higher level command-line oriented interface.
Other
1.29k stars 137 forks source link

Reversed IO.console.winsize values #131

Closed fissionxuiptz closed 9 years ago

fissionxuiptz commented 9 years ago

IO.console.winsize returns [ rows, columns ], but terminal_size should return [ columns, rows ].

JEG2 commented 9 years ago

@abinoam Can you review this when you get a chance?

abinoam commented 9 years ago

:+1:

abinoam commented 9 years ago

Hi @fissionxuiptz,

Thanks for the PR. Merging. (I'll fix the tests)