URI: 
       index.md - sites - public wiki contents of suckless.org
  HTML git clone git://git.suckless.org/sites
   DIR Log
   DIR Files
   DIR Refs
       ---
       index.md (735B)
       ---
            1 XDND drag-n-drop
            2 ================
            3 This patch adds
            4 [XDND Drag-and-Drop](https://www.freedesktop.org/wiki/Specifications/XDND/)
            5 support for st.
            6 
            7 Description
            8 -----------
            9 Dragging a file onto the st window from another XDND enabled window, such as a
           10 graphical file manager, will insert the file path at your cursor. This behavior
           11 is common in other modern terminal emulators. Multiple files are supported at
           12 once.
           13 
           14 Special characters in the file path (e.g. `space`, `&`, `'`, etc.) are also
           15 escaped using the `\` character. The full list of escaped characters are stored
           16 as a string `xdndescchar` in `config.h`.
           17 
           18 Download
           19 --------
           20 * [st-drag-n-drop-0.9.2.diff](st-drag-n-drop-0.9.2.diff)
           21 
           22 Authors
           23 -------
           24 * Tim Keller - <tjk@tjkeller.xyz>