From: Mohammad_Alsaleh <ms...@to...> - 2013-05-16 11:21:34
|
On Thu, May 16, 2013 at 06:57:29AM +0900, Araki Ken wrote: > Hi, > > From: Mohammad_Alsaleh <ms...@to...> > Subject: Re: [Mlterm-dev-en] Broken behaviour with some key combinations! > Date: Wed, 15 May 2013 23:52:30 +0300 > Message-ID: <1Uc...@in...> > > msal> Yes. I discovered the bug while using tmux. But then I carried my tests > msal> outside tmux to make sure it's not at fault. > msal> > msal> Only mlterm prints those symbols. Other terminal emulators don't print > msal> anything. So, I'm assuming they're parsing the escape sequences > msal> correctly. Only with Shift+Arrow_Key something is printed. But only a letter > msal> (no ;2). > > It is normal behavior for terminal emulators to print such escape > seqneuce by the key combinations. > (http://mlterm.sf.net/alt-arrowkey.png shows what xterm 278, rxvt 2.6.4, > gnome-terminal 3.6.0 and mlterm 3.1.9 post/2013-05-15 output by Alt-Arrow keys) > > But if you can't assign the key combinations to tmux functions, I suspect > there is a bug. > So please tell me how you assign these keys in ~/.tmuxrc to reproduce > this problem. > When I tested tmux 1.8 with "bind-key -n M-up next" on mlterm / Ubuntu 12.10, > it worked fine. > > Regards, Here is a simple sequence without needing ~/.tmux.conf 1] tmux # start tmux session 2] C-b+" # split pane 3] C-b+Up # select top pane 4] C-b+C-Up # should resize pane Step 4 fails with mlterm here. > --- > Araki Ken > ara...@us... |