mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-08 21:25:32 +02:00
Centralize definition of file transfer OSC code
This commit is contained in:
@@ -445,7 +445,7 @@ dispatch_osc(Screen *screen, PyObject DUMP_UNUSED *dump_callback) {
|
||||
START_DISPATCH
|
||||
DISPATCH_OSC(shell_prompt_marking);
|
||||
END_DISPATCH
|
||||
case 5113:
|
||||
case FILE_TRANSFER_CODE:
|
||||
START_DISPATCH
|
||||
DISPATCH_OSC(file_transmission);
|
||||
END_DISPATCH
|
||||
|
||||
Reference in New Issue
Block a user