$ qqset -g mouse-utf8 off
set -g default-terminal "xterm-256color"
set -s escape-time 0
run-shell "powerline-daemon -q"
source "$HOME/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf"if-shell 'env "$POWERLINE_CONFIG_COMMAND" tmux setup' '' 'run-shell "powerline-config tmux setup"'
# vim: ft=tmux$ lsb_release -aLSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarchDistributor ID: UbuntuDescription: Ubuntu 14.04.5 LTSRelease: 14.04Codename: trusty$ konsole --versionQt: 4.8.6KDE Development Platform: 4.13.3Konsole: 2.13.2$ pip show powerline-statusName: powerline-statusVersion: 2.6.dev9999+git.bc1713d58bb2484087c1b5ebeffc9256af0bbf4bSummary: The ultimate statusline/prompt utility.Home-page: https://github.com/powerline/powerlineAuthor: ______Author-email: ________License: MITLocation: __$HOME___/.local/lib/python2.7/site-packagesRequires: $ gnome-terminal --versionGNOME Terminal 3.10.2You received this message because you are subscribed to a topic in the Google Groups "powerline" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/powerline-support/oxlqveXcVms/unsubscribe.
To unsubscribe from this group and all its topics, send an email to powerline-supp...@googlegroups.com.
Thanks for the quick reply.I'm now trying to be more thorough about how I test this, and your comment about neovim made me try completely disabling powerline and just using tmux + neovim to see what would happen. (In neovim I'm not using powerline.) Indeed, the problem is reliably reproducible by opening tmux, then neovim inside a clean session, and then quitting back to the tmux shell. So, it's not a powerline issue. I think before it was obfuscated because I assumed neovim wasn't a contributor to the problem.I will pursue this with the neovim/tmux crowd, thanks for the hint.
Perfect - seems like a good workaround for now. Thanks for your reply and links to the issues.
-Mike