Commit message (Collapse) | Author | ||
---|---|---|---|
2018-08-07 | Fix /me formatting side-effects | June McEnroe | |
NEVER pass side-effects to a macro. | |||
2018-08-07 | Define ui.c BUF_LEN with enum | June McEnroe | |
2018-08-07 | Hack clang into checking uiFmt format strings | June McEnroe | |
2018-08-07 | Handle PART and QUIT without messages | June McEnroe | |
2018-08-07 | Make safe filling the who buffer | June McEnroe | |
2018-08-07 | Add reverse and reset IRC formatting codes | June McEnroe | |
2018-08-06 | Rewrite line editing again, add formatting | June McEnroe | |
2018-08-06 | Fix allocation 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 |