Hello again,
I continue my quest with tmux. When using shift+f6 in mc inside tmux it
just prints the string '~29', but it does nothing. Regular f6 still works
to move files. Where should be looking at?
Thanks.
--
Jesús Guerrero
-
Hi
What version of tmux are you using, on what platform, with what terminal
emulator and with what TERM setting inside and outside tmux?
Also, if you run cat and then press F6 and Shift-F6, what does it show? Inside
and outside tmux.
Some terminal emulators turn Shift-F6 into F16 which is probab
On Wed, 25 Nov 2009 12:49:55 +, Nicholas Marriott
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,
Hi
On Wed, Nov 25, 2009 at 02:06:52PM +0100, Jes??s Guerrero wrote:
> On Wed, 25 Nov 2009 12:49:55 +, Nicholas Marriott
> 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
On Wed, 25 Nov 2009 13:25:26 +, Nicholas Marriott
wrote:
> Hi
>
> On Wed, Nov 25, 2009 at 02:06:52PM +0100, Jes??s Guerrero wrote:
>> On Wed, 25 Nov 2009 12:49:55 +, Nicholas Marriott
>> wrote:
>> > Hi
>> >
>> > What version of tmux are you using, on what platform, with what
>> > termin
I was able to decompile /etc/terminfo/s/screen using infocmp, edit it and
recompile with tic. It was trivial enough. After restarting tmux it works
as expected. Thanks a lot, I really had no idea where to start looking. :)
--
Jesús Guerrero
---
What does cat show for F6 and Shift-F6 inside screen?
This may be another case where screen ignores terminfo and does its own thing
and tmux does not.
On Wed, Nov 25, 2009 at 03:09:08PM +0100, Jes??s Guerrero wrote:
> On Wed, 25 Nov 2009 13:25:26 +, Nicholas Marriott
> wrote:
> > Hi
> >
>
On Wed, 25 Nov 2009 14:39:09 +, Nicholas Marriott
wrote:
> What does cat show for F6 and Shift-F6 inside screen?
It seems to show exactly the same. I start screen, then cat, and pressing
f6, shift+f6 outputs: ^[[17~^[[29~
--
Jesús Guerrero
---
Weird, it must be something in mc then I would guess..
On Wed, Nov 25, 2009 at 03:57:19PM +0100, Jes??s Guerrero wrote:
> On Wed, 25 Nov 2009 14:39:09 +, Nicholas Marriott
> wrote:
> > What does cat show for F6 and Shift-F6 inside screen?
>
> It seems to show exactly the same. I start screen