From df1d9235e80e3229d5aa2bc24d422984b9850438 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 19 Apr 2026 10:37:42 +0530 Subject: [PATCH] ... --- kittens/dnd/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kittens/dnd/main.py b/kittens/dnd/main.py index d32c2f724..37356a369 100644 --- a/kittens/dnd/main.py +++ b/kittens/dnd/main.py @@ -49,6 +49,8 @@ copied into the current working directory. If data is present on STDIN it is set as text/plain when dragging, unless text/plain is specified via --drag. Any text/plain data that is dropped onto this window is output to STDOUT, if STDOUT is connected to a file, otherwise it is discarded. + +Press the Esc or Ctrl+C keys to quit the kitten at any time, cancelling any in progress drag. ''' usage = '[files to drag]'