AxelLavielle / BabelFish

BabelFish is a log system that have for purpose to be logging from all languages and to be reading & rotating & parsing logs. Next step will also be to monitor the processes that logs something.
4 stars 0 forks source link

Screen refresh frozen via tmux #3

Closed huguespoiget closed 7 years ago

huguespoiget commented 7 years ago

When I launch Babelfish in a tmux pane, the lines are frozen. Waiting for a mouse or keyboard event from my side to refresh (such as a mouse click).

I've this bug on Ubuntu 14.04 with tmux of version: 1.8

AxelLavielle commented 7 years ago

Hey, I'm currently searching for this issue. Could you please send me your environnement variable called "TERM" ? echo $TERM inside a tmux !

AxelLavielle commented 7 years ago

Okay, I reproduced the bug on my computer, searching for a solution right now, btw, it seems that curses and tmux are not big friends.

huguespoiget commented 7 years ago

Apparently there is another problem with Tmux when I click on "Trace" for example to not have them listed in the visual window of BabelFish it takes it in account for a while but quickly Trace information came back whereas I didn't took any action. I suggest also as it sometimes taking some time to load the messages to change the background color of the label clicked that at least we know we've well clicked on the label.

AxelLavielle commented 7 years ago

Hey, I found that I had the problem not only on tmux, but also on normal usage, I will try to fix that, definitely from my program and not from tmux.

AxelLavielle commented 7 years ago

Hey, the problem should be solved in the last push. For explanation of what was occurring: