aboutsummaryrefslogtreecommitdiffstats
path: root/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Switched to using pointers to save the last space because counters could beSteve Slaven2007-10-101-10/+14
| | | | | off if there were ansi sequences
* This should change the option +wrap to do word wrapping instead of justSteve Slaven2007-10-091-37/+60
| | | | | line wrapping
* Allow configuring the group delimiter to any arbitrary stringSteve Slaven2006-01-311-2/+5
|
* Internally renamed some option flags to match their #opt counterparts:Steve Slaven2005-03-211-4/+4
| | | | | | | | | echo_int => opt_info echo_key => opt_keyecho echo_ext => opt_echo As per the 1.2.6-dain patch
* Convert all `' to "" as per the powwow-1.2.6-dain patch. Note I did not applySteve Slaven2005-03-211-7/+7
| | | | | | the patch since 1.2.7 has some differences to 1.2.5 with regard to command handling and things, so I'm applying the diff parts by hand mostly
* Initial revisionv1.2.7Steve Slaven2005-03-121-0/+1279