I'm currently trying to setup end2end tests for my #ncurses applications by comparing the contents of the terminal with #tmux capture-pane. On my local Gentoo machine this works fine. However, when running this on #travis-ci, the terminal size is exactly one line shorter... I reproduced this with a local #ubuntu xenial/bionic virtual machine where I opened a tmux session and captured it. The captured text is always one line too short!
My tests are locates at
https://github.com/deinstapel/cursive-multiplex
Any ideas?
Travic-CI is trolling...
We fixed it by using >=tmux-2.6 and setting up #rustlang manually in our travis CI configuration using #rustup. 👍