Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gdamore/tcell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.1
Choose a base ref
...
head repository: gdamore/tcell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.2
Choose a head ref
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 2, 2024

  1. Windows: enable VT mode output by default

    The special environment variable TCELL_VTMODE may be set to "disable"
    to return to legacy console mode.  (This environment variable may
    be removed in the future, if we determine it is no longer useful.)
    gdamore committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cd0fe98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6c43a3 View commit details
    Browse the repository at this point in the history
  3. Use automargin disable

    gdamore committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5a591d4 View commit details
    Browse the repository at this point in the history
  4. windows: Use alt screen by default (supress with TCELL_ALTSCREEN=disa…

    …ble)
    
    The alternate screen buffer right now only works in VT mode.
    gdamore committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    552bf3c View commit details
    Browse the repository at this point in the history
  5. Allow use of TCELL_ALTSCREEN=disable to disable alternate screen.

    This hack will also prevent the clearing of the screen at disengage
    time.  This may be useful for certain kinds of applications that
    want to draw the screen, then place the cursor at a specific location.
    (The application will need to do a TGoto on it's own first.)
    gdamore committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    6984e25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c95e8d View commit details
    Browse the repository at this point in the history
Loading