summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/kbd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow mg to log its internal status to a file. At the moment it onlylum2019-06-101-1/+10
* whitespacejasper2015-09-261-3/+3
* unifdef -U NO_DPROMPT and GOSREC.bcallah2015-03-251-9/+1
* Remove unused METACH #define.bcallah2015-03-251-3/+1
* Clean up the includes in mg.bcallah2015-03-191-1/+5
* Make the system bell toggleable via 'audible-bell', and if switchedlum2013-05-311-2/+2
* Remove the conditional directives NO_MACRO and NO_STARTUP.lum2012-04-121-21/+4
* unf*ck undo.kjell2008-06-141-9/+36
* Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode,kjell2006-12-211-7/+6
* fixed "text in message line would get stuck there" issue.kjell2006-04-031-2/+2
* Last round of easy delinting.kjell2005-12-131-5/+5
* More name-clash delintingkjell2005-12-131-2/+2
* Goodbye NO_METAKEYkjell2005-11-191-7/+1
* greedy use of typedef struct was making code harder to read; ok kjell cloderderaadt2005-11-181-5/+5
* Add explicit public domain notices to all public domain files.kjell2005-06-141-1/+3
* This is a no binary change which does:db2005-04-031-29/+28
* remove old precompiler weirdness that is not really needed...vincent2004-02-011-3/+3
* KNF + ansi; from zyrnix (only the easy part of his diffs)vincent2002-07-011-26/+13
* KNFderaadt2002-02-211-2/+2
* signal-safe window size changingderaadt2002-02-211-2/+2
* Make mg malloc the l_text element instead of reallocating whole LINEvincent2002-02-131-18/+10
* spacesmickey2001-05-241-11/+11
* cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs cpy+lenmickey2001-05-231-3/+4
* remove VOID. We're way beyond the point where this could build with anart2001-05-231-2/+2
* Add an argument to doscan which is a pointer to a KEYMAP pointer.art2001-05-231-21/+23
* Get rid of 'prefix' and use NULL instead.art2001-05-231-12/+12
* Add a delay (in miliseconds) argument to ttwait.art2001-05-031-2/+2
* $OpenBSD$niklas2001-01-291-0/+2
* More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgmillert2000-09-011-95/+103
* The start of KNF + -Wall. The code has been run through indent butmillert2000-04-131-246/+295
* initial import of mg2aderaadt2000-02-251-0/+391