Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-05 | Initialize all possible color pairs | Curtis McEnroe | |
This is actually possible with use_default_colors! | |||
2018-08-05 | Refactor color initialization | Curtis McEnroe | |
2018-08-05 | Add ^L redraw | Curtis McEnroe | |
2018-08-05 | Use 16 colors if available | Curtis 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 | Curtis McEnroe | |
Oh boy that's embarrassing. | |||
2018-08-04 | Show source link on exit | Curtis McEnroe | |
2018-08-04 | Implement line editing, scrolling | Curtis McEnroe | |
Don't really have a way to implement the M-* keys, and currently missing C-w. | |||
2018-08-04 | Rename ui chat to log | Curtis McEnroe | |
2018-08-04 | Fix chat draw boundaries | Curtis McEnroe | |
2018-08-04 | Factor out mIRC color parsing | Curtis McEnroe | |
2018-08-04 | Scroll the input pad | Curtis McEnroe | |
2018-08-04 | Handle terminal resizing | Curtis McEnroe | |
2018-08-04 | Define A_ITALIC if not defined | Curtis McEnroe | |
System ncurses on macOS doesn't define it. At least not in El Capitan. | |||
2018-08-04 | Split source into several files | Curtis McEnroe | |
Can't believe I have to do this. |