mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Comment
This commit is contained in:
@@ -136,8 +136,6 @@ export type OscFallbackHandlerType = (ident: number, action: 'START' | 'PUT' | '
|
||||
|
||||
/**
|
||||
* APC handler types.
|
||||
* APC (Application Program Command) sequences are used by protocols like
|
||||
* Kitty Graphics Protocol. Format: ESC _ <data> ESC \
|
||||
*/
|
||||
export interface IApcHandler {
|
||||
/**
|
||||
@@ -147,7 +145,6 @@ export interface IApcHandler {
|
||||
start(): void;
|
||||
/**
|
||||
* Incoming data chunk.
|
||||
* Note: Data is borrowed.
|
||||
*/
|
||||
put(data: Uint32Array, start: number, end: number): void;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user