gcla / termshark

A terminal UI for tshark, inspired by Wireshark
MIT License
9.03k stars 396 forks source link

Show sawtooth #126

Open kevinbin opened 3 years ago

kevinbin commented 3 years ago

fish shell Mac OS 11.3.1 item2 Build 3.4.8

image
gcla commented 3 years ago

Hi @kevinbin - thanks for the report. In your item2 terminal's shell, before you invoke termshark, could you tell me the value of the TERM environment variable? Does anything change if you set the below first, then run termshark?

$ export TERM=xterm-256color
yssource commented 3 years ago

The same problem here, although export TERM=xterm-256color

Screenshot_2021-09-15_12-54-25

gcla commented 3 years ago

Thanks for the report @yssource - what OS are you running on?

yssource commented 3 years ago
 ██████████████████  ████████     OS: Manjaro 21.1.2 Pahvo
 ██████████████████  ████████     Kernel: x86_64 Linux 5.10.64-1-MANJARO
 ██████████████████  ████████     Uptime: 1h 49m
 ████████            ████████     Packages: 2604
 ████████  ████████  ████████     Shell: zsh 5.8
 ████████  ████████  ████████     Resolution: 2560x1440
 ████████  ████████  ████████     WM: i3
 ████████  ████████  ████████     GTK Theme: Adwaita [GTK3]
gcla commented 3 years ago

Tried a quick test on a Manjaro VM, @yssource - didn't see the issue, unfortunately. I'll keep investigating...

image