Table of Contents

Method EncodeDeletePlacement

Namespace
Terminal.Gui.Drawing
Assembly
Terminal.Gui.dll

EncodeDeletePlacement(int, int)

Encodes a Kitty sequence that deletes a single placement (by image id + placement id), leaving the transmitted image data and other placements intact.

public static string EncodeDeletePlacement(int imageId, int placementId)

Parameters

imageId int

The image id (the Kitty i key).

placementId int

The placement id (the Kitty p key) to delete.

Returns

string

The complete Kitty APC delete-placement escape sequence.