aboutsummaryrefslogtreecommitdiffstats
path: root/src/keys.c
Commit message (Expand)AuthorAgeFilesLines
* Use wins_set_bindings() for the configuration menuLukas Fleischer2014-07-181-6/+41
* Make bindings always fill the whole status barLukas Fleischer2014-07-181-0/+2
* keys.c: Merge keydef and binding_labelsLukas Fleischer2014-07-171-100/+51
* Rework key binding context switchingLukas Fleischer2014-07-171-10/+61
* Add a key binding to reload appointments and todosLukas Fleischer2014-07-161-1/+3
* Add command promptLukas Fleischer2013-07-171-0/+2
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-432/+448
* Fix braces in if-else statementsLukas Fleischer2013-02-171-11/+10
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* keys.c: Remove several unneeded assertionsLukas Fleischer2012-12-061-3/+3
* keys_save_bindings(): Skip unset key bindingsLukas Fleischer2012-12-051-2/+6
* Add new default key binding for generic-pasteLukas Fleischer2012-07-071-1/+1
* Merge cut/deleteLukas Fleischer2012-07-071-2/+0
* Add support for copy/paste registersLukas Fleischer2012-07-071-4/+20
* Add a key binding for generic-copyLukas Fleischer2012-07-061-0/+2
* Do not bind "c" to "generic-config-menu" by defaultLukas Fleischer2012-07-061-1/+1
* src/keys.c: Fix help strings for generic-{cut,paste}Lukas Fleischer2012-06-181-2/+2
* src/keys.c: Add vim-style default bindings for generic-*Lukas Fleischer2012-06-131-4/+4
* Add key bindings to go to the previous/next month/yearLukas Fleischer2012-06-131-0/+17
* Rename displacement enumeration elementsLukas Fleischer2012-06-131-7/+7
* Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez2012-05-311-2/+2
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-340/+273
* Add dummy help for cut and pasteBaptiste Jonglez2012-05-141-0/+4
* Declare several parameters/variables constantLukas Fleischer2012-05-081-8/+8
* src/keys.c: Use generic list implementationLukas Fleischer2012-04-051-77/+36
* Mark localized string literals constantLukas Fleischer2012-04-051-1/+1
* Revert a bunch of strncmp() conversionsLukas Fleischer2012-03-301-1/+1
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Get rid of string structuresLukas Fleischer2012-03-121-21/+21
* Use strcmp() instead of strncmp()Lukas Fleischer2012-03-121-10/+10
* Revamp key bindings displayLukas Fleischer2012-03-021-25/+25
* Remove all usages of bzero() and bcopy()Lukas Fleischer2012-02-191-2/+2
* Fix up strncat() usageLukas Fleischer2012-02-181-2/+2
* Make use of the NULL macroLukas Fleischer2011-11-021-2/+2
* Do not cast unused return values to voidLukas Fleischer2011-11-021-15/+14
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-1/+1
* Add count buffer to keys_getch()Lukas Fleischer2011-10-061-4/+19
* Add key binding for pipe-item commandLukas Fleischer2011-07-071-0/+3
* Enable arrow key navigation by defaultLukas Fleischer2011-06-291-4/+4
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-3/+3
* Overall indentation fixes.Lukas Fleischer2011-03-141-21/+21
* Ensure key descriptions in status bar are always null-terminated.Lukas Fleischer2011-03-051-0/+1
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-31/+27
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* bugfix: load keys even in non-interactive mode to avoid the loss of user-conf...Frederic Culot2009-01-241-2/+2