Hi,

I'm trying to get mouse-mode to work when running tmux in the Linux
framebuffer console. In my ~/.tmux.conf there is this:

    setw -g mode-mouse on
    set -g mouse-select-pane on
    set -g mouse-resize-pane on
    set -g mouse-select-window on

And I can indeed select & resize panes with the mouse in an XTerm, but
in the Linux framebuffer console I'm having no such luck -- the mouse
cursor just selects text via the gpm mouse server's cut-and-paste
mechanism as it would in a fbcon VT not running tmux.

I can bring up Vim in a VT that's not running tmux and position Vim's
text cursor with the mouse to select text for yanking, etc. So I see
there is a way for an ncurses application to utilize the mouse for
selection in an fbcon VT. I'm wondering if there's a way to have
tmux's mouse-mode work in this context...maybe by adding something to
terminal-overrides?

Thanks for any suggestions,

John

-- 
John Magolske
http://B79.net/contact

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to