Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

insertMode cannot be enabled/disabled in realtime #2021

Closed
p3nt4 opened this issue Apr 19, 2019 · 1 comment
Closed

insertMode cannot be enabled/disabled in realtime #2021

p3nt4 opened this issue Apr 19, 2019 · 1 comment

Comments

@p3nt4
Copy link

p3nt4 commented Apr 19, 2019

Details

  • Chrome: Version 73.0.3683.103
  • OS version: Windows 10
  • xterm.js version: 3.12.0

Steps to reproduce

  1. Create code such as:
terminal._core.insertMode = true;
terminal.write("TEST");
terminal._core.insertMode = false;

  1. Notice insertMode has not been enabled
@p3nt4 p3nt4 changed the title insertMode cannot be disabled in realtime insertMode cannot be enabled/disabled in realtime Apr 19, 2019
@Tyriar
Copy link
Member

Tyriar commented Apr 20, 2019

Same as #2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants