chjj / blessed

A high-level terminal interface library for node.js.
Other
11.32k stars 534 forks source link

Having issues under Tmux 1.8 and 2.01 #213

Open dragon788 opened 8 years ago

dragon788 commented 8 years ago

I'm working with an app that has implemented blessed for its curses UI, and it works great directly under a terminal, but as soon as I go to run it under Tmux it garbles the output.

It has an open requires so it is using the latest version of blessed. I tried with both the regular Ubuntu tmux and with a ppa build of the newer 2.0.1 version and it fails the same way under both.

https://github.com/CJNE/vikeys

This screenshot was taken after launching vikeys.js under Tmux.

screenshot 2016-01-03 at 8 58 02 am

dragon788 commented 8 years ago

And here is the screenshot outside of Tmux. screenshot 2016-01-03 at 9 33 14 am