mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
param in kittyGraphicsAddon.ts , ci.yml
This commit is contained in:
@@ -219,6 +219,8 @@ jobs:
|
||||
run: npm run test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-fit
|
||||
- name: Integration tests (addon-image)
|
||||
run: npm run test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-image
|
||||
- name: Integration tests (addon-kitty-graphics)
|
||||
run: npm run test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-kitty-graphics
|
||||
- name: Integration tests (addon-progress)
|
||||
run: npm run test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-progress
|
||||
- name: Integration tests (addon-search)
|
||||
|
||||
@@ -266,6 +266,7 @@ export class KittyGraphicsAddon implements ITerminalAddon, IKittyGraphicsApi {
|
||||
|
||||
/**
|
||||
* Decode an image and display it at the cursor position.
|
||||
* @param image - The Kitty image to decode and display
|
||||
* @param columns - Optional: number of terminal columns to span
|
||||
* @param rows - Optional: number of terminal rows to span
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user