summary refs log tree commit diff
path: root/bin/mtags.c (follow)
Commit message (Collapse)AuthorAge
* pledge(2) mtagsJune McEnroe2021-09-30
|
* Generate tags for sh files in mtagsJune McEnroe2021-01-20
| | | | | Only matches functions declared at the beginnings of lines, but I'm fine with that.
* Avoid matching ':' in make tagsJune McEnroe2021-01-20
| | | | Otherwise a :: rule includes one of the ':'s in the tag name.
* Escape \ and / in mtags search patternsJune McEnroe2021-01-19
|
* Add mtags to generate tags for make and mdocJune McEnroe2021-01-19
18f98b8fd1&follow=1'>Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe