sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (483B)


      1 paste\_controls
      2 ===============
      3 
      4 Description
      5 -----------
      6 Replaces most [C0 control codes](https://www.ascii-code.com/characters/control-characters)
      7 with spaces when pasting, except for HT and CR.
      8 
      9 This can add some security when pasting untrusted buffers, for example
     10 [commands from a browser](https://thejh.net/misc/website-terminal-copy-paste).
     11 
     12 Download
     13 --------
     14 * [st-paste\_controls-0.9.2.diff](st-paste_controls-0.9.2.diff)
     15 
     16 Author
     17 ------
     18 * Andrew Mass - <amass1212@gmail.com>