Commit message (Expand) | Author | ||
---|---|---|---|
2014-01-10 | parsing: fix header typo | Jason A. Donenfeld | |
2014-01-10 | cgit.c: Fix comment on bit mask hack | Lukas Fleischer | |
2014-01-10 | cgit.c: Use "else" for mutually exclusive branches | Lukas Fleischer | |
2014-01-10 | ui-snapshot.c: Do not reinvent suffixcmp() | Lukas Fleischer | |
2014-01-10 | Refactor cgit_parse_snapshots_mask() | Lukas Fleischer | |
2014-01-10 | Disallow use of undocumented snapshot delimiters | Lukas Fleischer | |
2014-01-10 | Replace most uses of strncmp() with prefixcmp() | Lukas Fleischer | |
2014-01-09 | README: Fix dependencies | Lukas Fleischer | |
2014-01-08 | README: Spelling and formatting fixes | Lukas Fleischer | |
2014-01-08 | Fix UTF-8 with syntax-highlighting.py | Přemysl Janouch | |
2014-01-08 | Add a suggestion to the manpage | Přemysl Janouch | |
2014-01-08 | Fix the example configuration | Přemysl Janouch | |
2014-01-08 | Fix about-formatting.sh | Přemysl Janouch | |
2014-01-08 | Fix some spelling errors | Přemysl Janouch | |
2014-01-08 | filters: highlight.sh: add css comments for highlight 2.6 and 3.8 | Ferry Huberts size in vaswprintf | June McEnroe |
This is so embarrassing. It only started crashing once it had strings that were long enough, and then it took me so long to notice this mistake. I was worried I was still doing va_list wrong somehow. | |||
2018-08-06 | Implement word wrapping | June McEnroe | |
2018-08-06 | Use wchar_t strings for all of UI | June McEnroe | |
vaswprintf is a nightmare. | |||
2018-08-06 | Rename line editing functions | June McEnroe | |
2018-08-05 | Initialize all possible color pairs | June McEnroe | |
This is actually possible with use_default_colors! | |||
2018-08-05 | Refactor color initialization | June McEnroe | |
2018-08-05 | Add ^L redraw | June McEnroe | |
2018-08-05 | Use 16 colors if available | June McEnroe | |
Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. | |||
2018-08-05 | Limit parsed colors to number of mIRC colors | June McEnroe | |
Oh boy that's embarrassing. | |||
2018-08-04 | Show source link on exit | June McEnroe | |
2018-08-04 | Implement line editing, scrolling | June McEnroe | |
Don't really have a way to implement the M-* keys, and currently missing C-w. | |||
2018-08-04 | Handle /topic | June McEnroe |