summaryrefslogtreecommitdiffstats
path: root/tag.h
Commit message (Expand)AuthorAgeFilesLines
* When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze2020-04-181-1/+1
* Separate the place to put the <a href> permalink (now markedIngo Schwarze2020-04-071-0/+1
* When the last file formatted yielded no tags, the tags file gotIngo Schwarze2020-04-021-11/+1
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-131-14/+15
* Make the code more readable by introducingIngo Schwarze2020-01-201-1/+12
* Move two more output state variables into the new struct outstate.Ingo Schwarze2019-07-271-2/+2
* In -T locale (the default), -T ascii, and -T utf8 mode, provide a newIngo Schwarze2018-11-221-0/+1
* Fix multiple issues regarding process group and signal mask handlingIngo Schwarze2015-11-201-0/+2
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-3/+0
* Remove the hack of scrolling forward and backward with +G1G thatIngo Schwarze2015-07-281-1/+8
* Simplify and make tag_put() more efficient by integrating tag_get()Ingo Schwarze2015-07-251-2/+1
* basic support for tag priorities; written at YYCIngo Schwarze2015-07-251-2/+2
* When creation of the temporary tags file fails, call the pagerIngo Schwarze2015-07-211-2/+1
* Initial, still somewhat experimental implementation to leverageIngo Schwarze2015-07-171-0/+27