summary refs log tree commit diff
BranchCommit messageAuthorAge
masterMake the = between options and values optionalJune McEnroe6 months
 
TagDownloadAuthorAge
3.2pounce-3.2.tar.gz  pounce-3.2.zip  June McEnroe6 months
3.1pounce-3.1.tar.gz  pounce-3.1.zip  June McEnroe4 years
3.0pounce-3.0.tar.gz  pounce-3.0.zip  June McEnroe5 years
2.5pounce-2.5.tar.gz  pounce-2.5.zip  June McEnroe5 years
2.4pounce-2.4.tar.gz  pounce-2.4.zip  June McEnroe5 years
2.3pounce-2.3.tar.gz  pounce-2.3.zip  June McEnroe6 years
2.2pounce-2.2.tar.gz  pounce-2.2.zip  June McEnroe6 years
2.1p1pounce-2.1p1.tar.gz  pounce-2.1p1.zip  June McEnroe6 years
2.1pounce-2.1.tar.gz  pounce-2.1.zip  June McEnroe6 years
2.0pounce-2.0.tar.gz  pounce-2.0.zip  June McEnroe6 years
1.4p2pounce-1.4p2.tar.gz  pounce-1.4p2.zip  June McEnroe6 years
1.4p1pounce-1.4p1.tar.gz  pounce-1.4p1.zip  June McEnroe6 years
1.4pounce-1.4.tar.gz  pounce-1.4.zip  June McEnroe6 years
1.3p1pounce-1.3p1.tar.gz  pounce-1.3p1.zip  June McEnroe6 years
1.3pounce-1.3.tar.gz  pounce-1.3.zip  June McEnroe6 years
1.2p1pounce-1.2p1.tar.gz  pounce-1.2p1.zip  June McEnroe6 years
1.2pounce-1.2.tar.gz  pounce-1.2.zip  June McEnroe7 years
1.1pounce-1.1.tar.gz  pounce-1.1.zip  June McEnroe7 years
1.0p3pounce-1.0p3.tar.gz  pounce-1.0p3.zip  June McEnroe7 years
1.0p2pounce-1.0p2.tar.gz  pounce-1.0p2.zip  June McEnroe7 years
1.0p1pounce-1.0p1.tar.gz  pounce-1.0p1.zip  June McEnroe7 years
1.0pounce-1.0.tar.gz  pounce-1.0.zip  June McEnroe7 years
d then it took me so long to notice this mistake. I was worried I was still doing va_list wrong somehow. 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe vaswprintf is a nightmare. 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune 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-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe