From 31ba6af202ec0d1d21bf67a37c0d80ceab928f99 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 20 Feb 2003 21:07:24 +0000 Subject: [PATCH] Add: Ctrl-q Ctrl-m in input dialog should enter \r, not a newline. Interpret C literals in regular expressions entered by the user, e.g. \r and \0x0D. --- src/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/TODO b/src/TODO index 2a273ab0d..e194178fb 100644 --- a/src/TODO +++ b/src/TODO @@ -1,6 +1,11 @@ Before 4.6.1 ============ +Ctrl-q Ctrl-m in input dialog should enter \r, not a newline. + +Interpret C literals in regular expressions entered by the user, e.g. \r +and \0x0D. + Changing directory while in the editor shouldn't affect the path where the editor saves its files.