Hi

On Wed, Nov 25, 2009 at 02:06:52PM +0100, Jes??s Guerrero wrote:
> On Wed, 25 Nov 2009 12:49:55 +0000, Nicholas Marriott
> <nicholas.marri...@gmail.com> wrote:
> > Hi
> > 
> > What version of tmux are you using, on what platform, with what terminal
> > emulator and with what TERM setting inside and outside tmux?
> 
> tmux 1.1 on Gentoo x86_64, rxvt-unicode 9.06. $TERM would be
> "rxvt-unicode" outside tmux, and "screen" inside tmux.

What does "infocmp|grep kf16" show outside tmux?
  
> > Also, if you run cat and then press F6 and Shift-F6, what does it show?
> > Inside
> > and outside tmux.
> 
> Shift-f6 will always show the same: '^[[29~', without the single quotation
> marks. f6 without modifiers prints '^[[17~'

^[[29~ is normally F16. If the rxvt-unicode terminfo description has
kf16=\E[29~ then tmux is behaving correctly.

mc may not accept it because TERM=screen does not have kf16, you may want to
try creating a custom screen entry with infocmp/tic that has kf16=\E29~ in
it. Alternatively, mc may have another way to define the function keys it
expects.

> > Some terminal emulators turn Shift-F6 into F16 which is probably what is
> > happening here.
> 
> I've tried unbinding F6 and F16, but it made no difference. 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to