Add regular expression support for the format search, match and

substitute modifiers.
This commit is contained in:
nicm
2019-06-13 19:46:00 +00:00
parent 7e6a26cc9d
commit 3e72e98e3b
6 changed files with 233 additions and 61 deletions

View File

@ -32,7 +32,6 @@ SRCS= alerts.c \
cmd-list-panes.c \
cmd-list-sessions.c \
cmd-list-windows.c \
cmd-list.c \
cmd-load-buffer.c \
cmd-lock-server.c \
cmd-move-window.c \
@ -96,6 +95,7 @@ SRCS= alerts.c \
paste.c \
proc.c \
procname.c \
regsub.c \
resize.c \
screen-redraw.c \
screen-write.c \