mtr icon indicating copy to clipboard operation
mtr copied to clipboard

Dependency on shell tab setting causes problems

Open fbruetting opened this issue 4 years ago • 1 comments

mtr seems to use the user-specific tab width of the shell. If this is set to e.g. tabs -4, mtr’s rendering gets buggy. Please don’t rely on user’s settings.

Bildschirmfoto von 2021-05-22 17-41-39

fbruetting avatar May 22 '21 15:05 fbruetting

Hmm. Odd. I would think that MTR just uses "curses" to render the screen and that it would be "curses" that decides to optimize movement around the sreen by taking advantage of the tabs that you've put elsewhere. Not sure if we can influence that from within the "client" program.

rewolff avatar May 25 '21 07:05 rewolff