dde1e5e2f1
On platforms where mouse capture is disabled by default (Windows CMD / legacy conhost), the terminal sends mouse-wheel events as Up/Down arrow- key sequences. Without composer_arrows_scroll those sequences cycle the input history instead of scrolling the transcript (#1443). Set the default for composer_arrows_scroll to !use_mouse_capture so that terminals that forward wheel events as arrows get page-scrolling out of the box, while terminals with real mouse capture (Windows Terminal, Linux, macOS) keep the existing history-navigation default. The explicit [tui] composer_arrows_scroll config key still overrides the derived default in both directions. Also enable mouse capture by default for ConEmu/Cmder (ConEmuPID env var), which handles VT mouse-mode reporting cleanly, giving those users in-app scrolling without needing --mouse-capture. Fixes #1443 Signed-off-by: CrepuscularIRIS <serenitygp@qq.com>