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

Add Canvas-based WASM display #641

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 6, 2023

  1. Add Canvas-based WASM display

    Separate webfiles into DOM (the original implimentation) and Canvas.
    Canvas-based display is much faster for larger screen sizes.
    Modified wscreen.go for better support of canvas display.
    Cursor position is inicated by an additional AttrMask flag.  This flag
      is not exposed outside of the tcell package.
    Initial screen size is passed into tcell by envronment variables.
    Optional "fitwindow" variable in tcell.js activates auto-sizing the
      terminal to fit the browser window.
    Updated DOM version of tcell.js to confirm with the new interface.
    Wolf Avatar committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3dfa205 View commit details
    Browse the repository at this point in the history