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

Fixed mouse coords for big terminals (>=96 columns) #1

Closed
wants to merge 1 commit into from
Closed

Fixed mouse coords for big terminals (>=96 columns) #1

wants to merge 1 commit into from

Commits on Jun 5, 2017

  1. Fixed mouse coords for big terminals (>=96 columns)

    For columns >=96 mouse event data has bytes which
    cannot be correctly converted to utf8 string.
    Result string will have utf8 replacement character
    with charcode 65533 and all columns >= 96 will be
    incorrectly counted as 65501
    
    Use readUInt8 directly on buffer to get correct
    column.
    
    replacement character for nonexistent UTF8 symbol
    smetana committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    cc626dc View commit details
    Browse the repository at this point in the history