index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
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/XDN… | |
5 support for st. | |
6 | |
7 Description | |
8 ----------- | |
9 Dragging a file onto the st window from another XDND enabled window, suc… | |
10 graphical file manager, will insert the file path at your cursor. This b… | |
11 is common in other modern terminal emulators. Multiple files are support… | |
12 once. | |
13 | |
14 Special characters in the file path (e.g. `space`, `&`, `'`, etc.) are a… | |
15 escaped using the `\` character. The full list of escaped characters are… | |
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 - <[email protected]> |