summaryrefslogtreecommitdiff
path: root/src/help.c
Commit message (Expand)AuthorAgeFilesLines
* Using 'https' instead of 'http'Alexander Naumov2019-11-091-1/+1
* fix buffer sizeAmadeusz Sławiński2018-05-131-1/+1
* use NULL instead of 0 where applicableAmadeusz Sławiński2018-04-061-4/+4
* fix non-ANSI function declarationsAmadeusz Sławiński2018-04-061-5/+5
* move exit_with_usage to only file that uses itAmadeusz Sławiński2017-08-021-50/+0
* clean copyright stuff from help.[ch]Amadeusz Sławiński2017-07-311-191/+0
* refactor use of sizeofAmadeusz Sławiński2017-07-091-4/+4
* adding copyrightAlexander Naumov2017-03-011-3/+4
* adding "-Logfile" option to helpAlexander Naumov2017-02-141-1/+2
* make variable boolAmadeusz Sławiński2017-01-221-2/+2
* Help message knows about log filename (-L)Alexander Naumov2016-12-061-1/+1
* make utmp log windows properlyAmadeusz Sławiński2016-06-181-1/+1
* move config.h to top of includesAmadeusz Sławiński2016-06-181-1/+2
* rename define UTMPOK to ENABLE_UTMPAmadeusz Sławiński2016-06-181-1/+1
* rename define BUILTIN_TELNET to ENABLE_TELNETAmadeusz Sławiński2016-06-181-2/+2
* Fix utmpx file pathAmadeusz Sławiński2016-04-051-1/+1
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-0/+2
* constify LayFuncsAmadeusz Sławiński2015-09-021-4/+4
* int -> size_t for size typesAmadeusz Sławiński2015-09-021-6/+6
* remove register keywordAmadeusz Sławiński2015-06-261-1/+1
* get rid of extern.hAmadeusz Sławiński2015-06-261-1/+0
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-0/+3
* more header stuffAmadeusz Sławiński2015-06-251-1/+1
* Remove *Rewrite, they mostly return EXPENSIVE anywayAmadeusz Sławiński2015-06-251-4/+0
* bye bye DEBUGAmadeusz Sławiński2015-06-251-7/+0
* Remove unuseful commentAmadeusz Sławiński2015-06-251-1/+1
* it's a Socket not SockAmadeusz Sławiński2015-06-251-2/+2
* Code reformatingAmadeusz Sławiński2015-06-251-741/+648
* Simplify debugging macrosAmadeusz Sławiński2015-06-251-5/+5
* trailing whitespace removalAmadeusz Sławiński2015-06-251-6/+6
* move extern's into one placeAmadeusz Sławiński (amade)2015-06-251-24/+0
* replace some of strcpy with strncpyAmadeusz Sławiński (amade)2015-06-251-4/+4
* replace (r)index with str(r)chrAmadeusz Sławiński (amade)2015-06-251-2/+2
* make most features as always built in from now onAmadeusz Sławiński (amade)2015-06-251-74/+0
* rewrite functions definitionsAmadeusz Sławiński (amade)2015-06-251-36/+14
* remove __P macro it's obsoleteAmadeusz Sławiński2015-06-251-17/+17
* I'd like to upstream the ipv6.patch.Alexander Naumov2015-06-251-0/+4
* Update help messageAmadeusz Sławiński2014-04-251-1/+3
* Show the enabled capabilities in the 'license' page.Sadrul Habib Chowdhury2010-03-171-1/+67
* Some more fixes for the list management.Sadrul Habib Chowdhury2010-02-261-4/+8
* Changelog the search-ability in the windowlist.Sadrul Habib Chowdhury2010-02-241-1/+5
* Remove old code.Sadrul Habib Chowdhury2010-02-231-626/+0
* Final touches to the revamped window list.Sadrul Habib Chowdhury2010-02-231-3/+1
* Update the window-list when necessary.Sadrul Habib Chowdhury2010-02-231-37/+2
* Revamp the window list.Sadrul Habib Chowdhury2010-02-221-0/+17
* Start working on a generic list framework.Sadrul Habib Chowdhury2010-02-211-2/+2
* Increase the max-window limit.Sadrul Habib Chowdhury2010-01-261-35/+52
* Move the cursor in the window/display list.Sadrul Habib Chowdhury2009-12-171-0/+2
* Revamp the display list.Sadrul Habib Chowdhury2009-12-051-186/+4
* Fix a bug in windowlist navigation.Sadrul Habib Chowdhury2009-12-011-1/+1