get_terminal_size should return a struct
Created by: gnzlbg
Currently, termion::get_terminal_size
returns a tuple. In every new application I have to actually go to the termion's source to check out which element of the tuple was the width, and which one was the height.
The docs do not say (which arguably can be improved), but if it were to return a struct the docs would not have to say.