summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/search.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a.krw2018-07-111-5/+5
* Present the default choice before the colon in prompts. Matches GNU Emacsbcallah2017-08-061-2/+2
* fix -Wshadow warnings.florian2017-05-301-8/+8
* Clean up the includes in mg.bcallah2015-03-191-3/+6
* Add some missing dobeeps.lum2014-03-201-1/+9
* Make the system bell toggleable via 'audible-bell', and if switchedlum2013-05-311-14/+14
* Make C-r not screw up the line counter if the pattern ends up notlum2012-09-071-3/+6
* Allow searching (C-s or C-r) to wrap around the ends of a buffer.lum2012-05-251-17/+25
* Remove the conditional directives NO_MACRO and NO_STARTUP.lum2012-04-121-7/+1
* It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it was built. no binary change here. confirmed by lum@, tested by Henri Kemppainenkjell2011-01-211-1/+2
* Rename w_flag to w_rflag. This is not a general purposekjell2009-06-041-9/+9
* incremental search isn't allowed in macros, so if your fingerskjell2008-06-121-3/+11
* Fix a problem with wrapped incremental searches.kjell2007-02-131-19/+17
* 1. Fix line numbering/mark line bug in isearch.kjell2006-11-181-4/+12
* fix a segfault on isearch. Using ^W to add more than NPAT chars to thekjell2006-11-171-7/+11
* Add bfirstlp(), blastlp() macros, returning the first and last lineskjell2006-07-251-3/+3
* Rename the header line of a buffer to b_headp, from the remarkablykjell2006-07-251-7/+7
* Display line number in the mg statusbar. Yes, it seems like a fuglykjell2006-06-011-4/+22
* Make Window Flags more mnemonic (and less dumb); i.e.kjell2006-05-281-3/+3
* Fix off by one ocurring if ^W immediate follows ^S; testing marc@;otto2006-02-031-1/+3
* More name-clash delintingkjell2005-12-131-2/+5
* do some silly de-lintingkjell2005-12-131-2/+2
* greedy use of typedef struct was making code harder to read; ok kjell cloderderaadt2005-11-181-9/+9
* Casefold on replace was killed ages ago (it was wrong). Remove akjell2005-11-181-5/+5
* Allow the more traditional emacs keybindings during search/replace, tookjell2005-10-111-10/+11
* Clean up eread handling in mg. (basically, fallout from the 'enter oftenkjell2005-08-091-4/+4
* Add explicit public domain notices to all public domain files.kjell2005-06-141-1/+3
* Three more ereply that should be ereads. This fixes henning's "replacekjell2005-06-141-3/+5
* if functions permits null reply from minibuffer, use eread (withkjell2005-06-051-2/+3
* Like emacs, handle ^W during incremental search. Pressing ^W duringcloder2005-06-031-2/+41
* Add emacs-style replace-string function that does not prompt youcloder2005-05-271-1/+39
* Fix dumb bug in initial prompt for search-forwardcloder2005-05-271-2/+2
* Do not dump core if user hits ^g to exit minibuffer from search-forward.cloder2005-05-271-3/+5
* Incremental search will now wrap to beginning (or end if backwards) ifcloder2005-05-251-3/+23
* make ^S/^R behave like 'emacs': mixed case patterns forces a case sensitivejason2005-05-231-9/+17
* This is a no binary change which does:db2005-04-031-41/+40
* stage 1 of the infinite minibuffer work - add support for on the flyvincent2004-07-221-14/+16
* Finish KNF of prototypes. That should be all of them.cloder2003-05-201-35/+21
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-11/+11
* * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.vincent2002-02-131-4/+4
* spacesmickey2001-05-241-23/+23
* remove VOID. We're way beyond the point where this could build with anart2001-05-231-24/+24
* Fix another annoying feature in mg. When I try to use the keypad toart2001-05-031-1/+9
* $OpenBSD$niklas2001-01-291-0/+2
* More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgmillert2000-09-011-152/+147
* The start of KNF + -Wall. The code has been run through indent butmillert2000-04-131-133/+161
* initial import of mg2aderaadt2000-02-251-0/+664