util/textselect

config.h in master
Repositories | Summary | Log | Files | README.md | LICENSE

config.h (209B) download


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