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: context-labs/bblessed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: node-opcua/bbblessed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Sep 23, 2024

  1. Copy the full SHA
    9278d66 View commit details
  2. Copy the full SHA
    12a5681 View commit details

Commits on Jan 20, 2025

  1. update package

    erossignon committed Jan 20, 2025
    Copy the full SHA
    e640767 View commit details
Showing with 3,609 additions and 68 deletions.
  1. +6 −0 .prettierrc
  2. +3,477 −0 bbblessed.d.ts
  3. +4 −4 browser/transform.js
  4. +3 −3 example/ansi-viewer/package.json
  5. +16 −4 lib/tput.js
  6. +80 −45 lib/widget.js
  7. +1 −0 lib/widgets/screen.js
  8. +13 −9 lib/widgets/terminal.js
  9. +7 −2 package.json
  10. +2 −1 vendor/tng.js
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": "ignore"
}
Loading