tenox7 / ttyplot

a realtime plotting utility for terminal/console with data input from stdin
Apache License 2.0
956 stars 42 forks source link

Remove function gethw() #151

Closed edgar-bonet closed 6 months ago

edgar-bonet commented 6 months ago

As we drop support for old systems, this function is not needed anymore. Call getmaxyx() directly instead, which is supposed to be always available.