Handling Terminal Size Edge Cases
Handling Terminal Size Edge Cases
In our getTerminalSize function there were several potential bugs that could
have occurred. Try address these edge cases:
tputis missingtputdoesn’t return a numbertputoutput doesn’t contain a trailing newline
Hint 1
Some high level hint text
Hint 2
Some more detailed hint text
Hint 3
Even more detailed hint text
Solution
A complete solution for the exercise