summaryrefslogtreecommitdiff
path: root/usr.bin/mg/help.c
AgeCommit message (Expand)Author
2005-11-18greedy use of typedef struct was making code harder to read; ok kjell cloderTheo de Raadt
2005-10-14unused variablesTheo de Raadt
2005-08-09Clean up eread handling in mg. (basically, fallout from the 'enter oftenKjell Wooding
2005-06-14Add explicit public domain notices to all public domain files.Kjell Wooding
2005-04-28Get rid of unused arg to complete_function_list(). Han Boetes.Otto Moerbeek
2005-04-03This is a no binary change which does:David Berghoff
2004-07-22stage 1 of the infinite minibuffer work - add support for on the flyVincent Labrecque
2002-08-22knfTheo de Raadt
2002-07-01KNF + ansi; from zyrnix (only the easy part of his diffs)Vincent Labrecque
2002-06-21fix bad usage of strlcpy()'s return value. (made pointers pointVincent Labrecque
2002-03-16 Make these special buffers readonly by default. ok art@Vincent Labrecque
2002-03-11 * Move to ANSI function definitions.Vincent Labrecque
2001-11-25snprintf makes me happyTheo de Raadt
2001-05-24Break out function -> name mappings to an own file.Artur Grabowski
2001-05-24Give the arguments in the right order to keyname.Artur Grabowski
2001-05-24spacesMichael Shalayeff
2001-05-23cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs c...Michael Shalayeff
2001-05-23remove VOID. We're way beyond the point where this could build with anArtur Grabowski
2001-05-23Use 'fundamental_map' where 'map_table[0].p_map' or 'name_map("fundamental")'Artur Grabowski
2001-05-23Simplify a lot of code in the help functions.Artur Grabowski
2001-05-23When a key is bound to selfinsert, it shouldn't be considered to be boundArtur Grabowski
2001-05-23Add an argument to doscan which is a pointer to a KEYMAP pointer.Artur Grabowski
2001-05-23Get rid of 'prefix' and use NULL instead.Artur Grabowski
2001-01-29$OpenBSD$Niklas Hallqvist
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-02-25initial import of mg2aTheo de Raadt