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:
tput
is missingtput
doesn’t return a numbertput
output 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