textselect

Interactively select lines and pipe it to a command
Log | Files | Refs | README | LICENSE

config.h (209B)


      1 /* default prefix for a selected line, can be overwritten by -s */
      2 static char selected[PREFIX] = "";
      3 
      4 /* default prefix for a unselected line, can be overwritten by -S */
      5 static char unselected[PREFIX] = "";