Commit message (Collapse) | Author | |||||
---|---|---|---|---|---|---|
2021-01-19 | Escape \ and / in mtags search patterns | June McEnroe | ||||
2021-01-20 | Use mtags in source-filter | June McEnroe | ||||
2021-01-19 | Add mtags to generate tags for make and mdoc | June McEnroe | ||||
2021-01-19 | Map tags to IDs using only [[:alnum:]-._] | June McEnroe | ||||
2021-01-19 | Don't use a pager if reading standard input | June McEnroe | ||||
2021-01-19 | Support BSD make syntax and match *.am | June McEnroe | ||||
These don't really go together, but... | ||||||
2021-01-19 | Match tab following escaped newline in make assignments | June McEnroe | ||||
Otherwise it ends up going into Shell state. | ||||||
2021-01-18 | Allow matching lexers using first input line | June McEnroe | ||||
2019-02-22 | Reorganize input.c | June McEnroe | ||||
2019-02-22 | Fix name of <raw> window in man page | June McEnroe | ||||
2019-02-22 | Rename global tags with angle brackets | June McEnroe | ||||
2019-02-22 | Show status window while connecting | June McEnroe | ||||
2019-02-22 | Reorganize UI code for the umpteenth time | June McEnroe | ||||
It's actually in a good state now, I think. | ||||||
2019-02-21 | Replace "view" with "window" | June McEnroe | ||||
I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. | ||||||
2019-02-21 | Remove ROT13 | June McEnroe | ||||
It's just not convenient when it can only do the whole line... | ||||||
2019-02-21 | Clean up man page | June McEnroe | ||||
2019-01-26 | Draw UI before connecting | June McEnroe | ||||
Otherwise the "Traveling" message isn't visible while connecting. | ||||||
2019-01-25 | Avoid unused variable warnings with getyx | June McEnroe | ||||
2019-01-25 | Add GNU/Linux build instructions | June McEnroe |