sites

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

index.md (631B)


      1 Print the current inserting line
      2 ================================
      3 This patch allow to store and reprint the current inserting line. This is done
      4 by appending a suffix character to the input. The line is (obviously) not sent.
      5 
      6 In a nutshell:
      7 
      8 	:ni\
      9 	:nick baz\
     10 	:nick bazqux
     11 	clamiax : 2015-10-09 18:15 >< NICK (): bazqux
     12 
     13 This is useful, for example, when receiving data from the server in the middle
     14 of a sentence you're writing.
     15 
     16 Note: the patch also changes the config.def.h file.
     17 
     18 Download
     19 --------
     20 * [sic-lineprint-9bb34de.diff](sic-lineprint-9bb34de.diff) (1,3K) (20151009)
     21 
     22 Author
     23 ------
     24 * Claudio Alessi <smoppy@gmail.com>