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

fix edge cases in inputhandler methods #2288

Merged
merged 38 commits into from
Jul 11, 2019

Commits on Jul 4, 2019

  1. Configuration menu
    Copy the full SHA
    d858022 View commit details
    Browse the repository at this point in the history
  2. add DECALN

    jerch committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    82ff113 View commit details
    Browse the repository at this point in the history
  3. fix no wraparound mode

    jerch committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    44035d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. fix HT, HTS, CHT

    jerch committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    d18b799 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. restrict cursor movements

    jerch committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    eb7b8f9 View commit details
    Browse the repository at this point in the history
  2. fix typo

    jerch committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    a2bf5fe View commit details
    Browse the repository at this point in the history
  3. simplify cursor movements

    jerch committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    fa9857a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d22772 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6665a06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6ac138 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'cleanup_sequences_files' of github.com:jerch/xterm.js i…

    …nto cleanup_sequences_files
    jerch committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    fe59e63 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. fix DECSC

    jerch committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    204847b View commit details
    Browse the repository at this point in the history
  2. apply cursor restrictions

    jerch committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    cd1d194 View commit details
    Browse the repository at this point in the history
  3. use fill for _resetBufferLine

    jerch committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    d26a643 View commit details
    Browse the repository at this point in the history
  4. fix ED3 test

    jerch committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    9a64c54 View commit details
    Browse the repository at this point in the history
  5. fix DCH

    jerch committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    926c298 View commit details
    Browse the repository at this point in the history
  6. fix ECH

    jerch committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    7e7730d View commit details
    Browse the repository at this point in the history
  7. fix ICH

    jerch committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    9d4cafc View commit details
    Browse the repository at this point in the history
  8. add vttest wrapping testfile

    jerch committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    ef58f1f View commit details
    Browse the repository at this point in the history
  9. fix NPE

    jerch committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    46f89cd View commit details
    Browse the repository at this point in the history
  10. rewrite DECSTBM

    jerch committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    e2366fa View commit details
    Browse the repository at this point in the history
  11. DECSTBM SU/SD

    jerch committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    41cc99a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8654133 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5122fdc View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. partial fix DECSTBM IL/DL

    jerch committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    bc867bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb25e2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e91c223 View commit details
    Browse the repository at this point in the history
  4. reset cursor on DECOM

    jerch committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    3d6f87e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    691a8ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8650ad View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. remove comment

    jerch committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    9d2418e View commit details
    Browse the repository at this point in the history
  2. change to max/min

    jerch committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    ab25997 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Configuration menu
    Copy the full SHA
    cc3bb83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2a4ff1 View commit details
    Browse the repository at this point in the history
  3. force closing of pty

    jerch committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    24b26c7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cleanup_sequences_files' of github.com:jerch/xterm.js i…

    …nto cleanup_sequences_files
    jerch committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    6ec093a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. better typing in test file

    jerch committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    eb707bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b658f7b View commit details
    Browse the repository at this point in the history