BirdsAreFlyingCameras / HistorianDNS

A python script that pulls current and historic DNS history from dnshistory.org
GNU General Public License v2.0
1 stars 0 forks source link

If a record is longer then the cli window table header bugs occur. #10

Closed BirdsAreFlyingCameras closed 3 months ago

BirdsAreFlyingCameras commented 3 months ago

Need to get the width of the terminal and set the tables max width to -10 of that value doing that will limit the header size which is directly tied to the table width.

Also will need to enable text wrap.