From: Araki K. <ara...@us...> - 2012-11-22 16:55:54
|
Hi, From: Andi Cristian Serbanescu <ski...@ya...> Subject: Re: [Mlterm-dev-en] A few glitches. Date: Wed, 21 Nov 2012 12:50:38 -0800 (PST) Message-ID: <135...@we...> > A bug did actually creep in: colour keywords set in ~/.mlterm/main (i.e. for bg, fg, bd and ul) do not take the values specified in ~/.mlterm/color but the built-in defaults (and if the keyword is prefixed with hl_ then they're all black). Thanks. I fixed. > > I plan to change these behaviors in the next release. > > (see doc/en/ReleaseNote) > > > > Originally kh and @7 of termcap should be applied in the > > application cursor key mode(ESC[?1h), but kh and @7 of > > mlterm (3.1.4 or before) termcap works in the normal mode. > > So I think kh and @7 of mlterm termcap should work in > > the application cursor key mode instead of the normal mode. > > As a result, the sequence generated by Home or End key > > in the normal mode is always \E[H or \E[F (same as xterm) > > in the current hg head. > > > > This change breaks the backward compatibility, so > > I might think of the way to keep the backward compatibility > > if necessary. > > Oh, sorry about that. But aren't the other ones (backspace, function keys etc.) modified only for normal mode (actually, I think there's no application mode for them)? The other ones are always modified. > > This hebavior is intended. > > I implemented it from the beginning because of my > > preference. > > Then could you please consider adding an option for it to work the other way, too? I pushed the fixes to hg head. Please rebuilt it and start mlterm with --exitbs option or adding exit_backscroll_by_pty=true to ~/.mlterm/main. Regards, --- Araki Ken ara...@us... |