2
1
I have the following in my .tmux.conf file:
set -g mode-mouse on
set-window-option -g mode-mouse copy-mode
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
In all running sessions, I used C-b :source-file
to source this file, and also tried detaching and re-attaching, as well as killing sessions and just launching new ones.
Regardless, at my xterm terminal prompt within an attached session, scrolling with the mouse wheel produces things like this:
user@host ~ $ `H)`H)aH)aH)
and scrolling does not occur.
I am using Ubuntu 12.04. I am using MobaXterm to access a terminal from a Windows machine (this unfortunately cannot be changed). I am using tmux version 1.6.
I've already looked at the following links for solutions to this problem, and none were able to offer any help or clarifying remarks.
Frustrating when people don't read or ignore content in your question. – Dmitry Minkovsky – 2014-10-26T18:54:38.520
1I mentioned that I tried this and it did not work. It is listed directly in my question above. – ely – 2013-10-08T11:23:03.320