summaryrefslogtreecommitdiff
path: root/usr.bin/mg/echo.c
AgeCommit message (Expand)Author
2022-10-15replace ewprintf("") calls with eerase(): no functional difference.Omar Polo
2021-03-02This diff soaks up the user input while the the maximum characterMark Lumsden
2021-03-01Put the hardcoded '\n' character which is found throughout mg into aMark Lumsden
2016-10-24remove double semicolonJasper Lievisse Adriaanse
2015-12-05Fix an incorrect use of sizeof(pointer) by removing it and switchingJonathan Gray
2015-11-11Clear the mini buffer once a question has been displayed. ok jasper@Mark Lumsden
2015-11-09use strncasecmp()Jasper Lievisse Adriaanse
2015-11-09no need to initialize variables that are being initialized a few lines belowJasper Lievisse Adriaanse
2015-10-31mark *Completions* buffer as read-onlyJasper Lievisse Adriaanse
2015-09-29Mark eread(), veread(), and eformat() as printf-like andPhilip Guenther
2015-05-08Remove ereply prototype since it is never used. Tweak a comment to reflectBrian Callahan
2015-03-19Clean up the includes in mg.Brian Callahan
2014-11-16Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),Philip Guenther
2014-03-20Add some missing dobeeps.Mark Lumsden
2013-05-31Make the system bell toggleable via 'audible-bell', and if switchedlum
2012-11-03fix potential memory leak, found by llvmFlorian Obser
2012-11-03kill dead assignment, found by llvmFlorian Obser
2012-10-22Add (r)evert prompt to "File changed on disk; really edit the buffer"Florian Obser
2012-09-25Stop the space char completing a file name. This mimics more recentlum
2012-04-12Remove the conditional directives NO_MACRO and NO_STARTUP.lum
2009-06-04Add the notion of an "ephemeral" popup, so we can flag a windowKjell Wooding
2009-06-03Match comment to reality, whitespaceKjell Wooding
2009-06-02Fix the long-standing crash when >NXNAME characters were insertedKjell Wooding
2006-04-02fix ^W (delete to start of word) in minibuffer;Kjell Wooding
2006-03-30Clean up some allocations. Remove malloc casts, and some easyKjell Wooding
2006-03-28Use <sp> and <cr> as shortcuts for y/n (like emacs)Kjell Wooding
2005-12-20Clean up the ugly casted frees. In one case, this meant eliminating a nastyKjell Wooding
2005-12-13More name-clash delintingKjell Wooding
2005-11-19Clean up some lint.Kjell Wooding
2005-11-18greedy use of typedef struct was making code harder to read; ok kjell cloderTheo de Raadt
2005-11-11spacingTheo de Raadt
2005-11-11Enable some of the more common editing keybindings in the minibuffer.Kjell Wooding
2005-10-11Be more explicit in error prompt. ok deraadt.Kjell Wooding
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-05-31fix broken minibuffer defaults introduced in echo.c:1.33Kjell Wooding
2005-05-28If the user gets into a minibuffer, they will not know how to hitChad Loder
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
2005-03-10spacingTheo de Raadt
2004-07-22stage 1 of the infinite minibuffer work - add support for on the flyVincent Labrecque
2004-07-08misplaced return NULL in the error pathVincent Labrecque
2004-01-21support format `%p' to print pointers in eformat()Vincent Labrecque
2003-04-16Fix a buffer overflow in complt_list(); it was allocating spaceTodd C. Miller
2002-08-22knfTheo de Raadt
2002-07-03remove a useless {} that was there for "historical reasons" and only servedVincent Labrecque
2002-07-03 a few missing tests for malloc()'s return value.Vincent Labrecque
2002-07-01KNF + ansi; from zyrnix (only the easy part of his diffs)Vincent Labrecque
2002-03-11 * Move to ANSI function definitions.Vincent Labrecque
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller