From: Andi C. S. <ski...@ya...> - 2012-11-21 20:50:48
|
Hello, 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). > 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)? > 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? Regards, Andi Șerbănescu |