Sunday, January 03, 2021

iftop shows qqqq under tmux

 Running iftop in tmux shows qqqq for the border, like below.




To fix this do:

$: sudo TERM=xterm iftop

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...