Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.5k stars 570 forks source link

Keyboard attached to the next tab #2478

Open ilkondr opened 1 year ago

ilkondr commented 1 year ago

Versions

ConEmu build: 220807 x64 OS version: Windows 10 x64 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): putty

Problem description

Keyboard attached to the next tab after cloning tab.

Steps to reproduce

  1. open Putty ssh console
  2. duplicate tab in layered mode
  3. type smt
  4. swicth tab and type smt again
  5. paste something

Actual results

  1. command appeared only in the next tab
  2. command appeared only in the opposite tab
  3. paste appeared in the current tab

Expected results

  1. command appeared in the current tab
  2. command appeared in the current tab
  3. paste appeared in the current tab
ilkondr commented 1 year ago

initially reproduced on older version (probably 220418, but I'm not sure now)