rucker/dotfiles

tmux.conf: failure to set some options at startup

Closed this issue · 1 comments

System: Ubuntu on Windows 10 running tmux 2.1
Symptom: After starting tmux, mouse isn't set to on despite being configured to do so.
Analysis: The issue is caused by bc not being installed. As a result, the if-shell statements used for conditionally setting tmux options fail silently.

At this time, bc ships with the Ubuntu app. This issue is now resolved.