comments on file system

This commit is contained in:
Anthony Kim
2026-01-27 23:22:31 -08:00
parent 5a79b08661
commit d77711936f
@@ -169,6 +169,9 @@ export function parseKittyCommand(data: string): IKittyCommand {
*
* TODO: Go over this with Daniel: Like SixelHandler, this receives direct references to storage
* and terminal rather than using callbacks.
*
* TODO: File transmission (t=f) is not supported since browsers cannot access the filesystem.
* Maybe we need something from VS Code?
*/
export class KittyApcHandler {
/**