binwiederhier / replbot

Slack/Discord bot for running interactive REPLs and shells from a chat.
Apache License 2.0
199 stars 8 forks source link

Make ttyd work inside the docker image #44

Closed binwiederhier closed 3 years ago

binwiederhier commented 3 years ago

This was interesting. tmux 2.9 has an option window-size now that behaves differently, and that was only exposed when using ttyd through the browser.

Fixed that too in 0.6.4.

See https://github.com/tmux/tmux/blob/master/CHANGES (window-size)