mc/lib
Steef Boerrigter e370818c09 Ticket #400: support multi-line search.
In order to use multiline search, select "Regular expression" mode and
use "\n" in the input line:

For example, if file contains lines

aaa
bbb

search string should be "aaa\nbbb".

As a side effect, non-printable ASCII symbols (\r, \t, etc) in the
search string can be used too.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2022-08-14 18:02:23 +03:00
..
event Update copyright years. 2022-03-13 13:17:26 +03:00
filehighlight Update copyright years. 2022-03-13 13:17:26 +03:00
mcconfig (mc_config_get_string): use mc_config_get_string_raw() 2022-06-05 12:19:47 +03:00
search Ticket #400: support multi-line search. 2022-08-14 18:02:23 +03:00
skin Update copyright years. 2022-03-13 13:17:26 +03:00
strutil Ticket #4374: fix file sort by version. 2022-06-04 09:01:43 +03:00
tty Ticket #4396: (tty_check_term): support Contour terminal. 2022-07-31 19:50:27 +03:00
vfs (vfs_s_subclass::dir_load): constify argument. 2022-06-05 12:19:44 +03:00
widget (input_get_ctext): mew API. 2022-08-04 11:17:29 +03:00
charsets.c Update copyright years. 2022-03-13 13:17:26 +03:00
charsets.h (str_convert_to_input): make inline. 2021-03-14 19:30:42 +03:00
event-types.h
event.h Use argument names in function declarations. 2021-06-20 15:14:56 +03:00
filehighlight.h Ticket #4270: code clean up before 4.8.28 release. 2022-03-13 13:17:23 +03:00
fileloc.h Define macros for bashrc, ashrc, and inputrc files. 2021-03-14 19:52:38 +03:00
fs.h
glibcompat.c Update copyright years. 2022-03-13 13:17:26 +03:00
glibcompat.h Use G_OPTION_ENTRY_NULL macro. 2021-06-20 15:14:56 +03:00
global.c Update copyright years. 2022-03-13 13:17:26 +03:00
global.h Ticket #1: remove SMB suport. 2021-09-26 10:03:49 +03:00
hook.c Update copyright years. 2022-03-13 13:17:26 +03:00
hook.h
keybind.c Update copyright years. 2022-03-13 13:17:26 +03:00
keybind.h lib/keybind.h: remove unneeded includes. 2021-11-21 15:00:39 +03:00
lock.c Update copyright years. 2022-03-13 13:17:26 +03:00
lock.h
logging.c Update copyright years. 2022-03-13 13:17:26 +03:00
logging.h
Makefile.am
mcconfig.h Ticket #3682: drop automatic migration of configuration 2021-02-22 21:16:52 +03:00
search.h (mc_search_prepare): cache result. 2022-04-10 17:42:43 +03:00
serialize.c Update copyright years. 2022-03-13 13:17:26 +03:00
serialize.h
shell.c Update copyright years. 2022-03-13 13:17:26 +03:00
shell.h
skin.h Use argument names in function declarations. 2021-06-20 15:14:56 +03:00
stat-size.h
strescape.h Use argument names in function declarations. 2021-06-20 15:14:56 +03:00
strutil.h Ticket #4374: fix file sort by version. 2022-06-04 09:01:43 +03:00
timefmt.c Update copyright years. 2022-03-13 13:17:26 +03:00
timefmt.h Use argument names in function declarations. 2021-06-20 15:14:56 +03:00
unixcompat.h
util.c Include <stddef.h> where ptrdiff_t is used. 2022-03-13 13:17:26 +03:00
util.h lib/util.h: fix typo. 2022-06-05 12:19:47 +03:00
utilunix.c Minor refactoring of path canonicalization. 2022-06-05 12:17:59 +03:00
utilunix.h
widget.h