From d59a10eddefab7523aa8846dfd21b17ee6c0cdd8 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sat, 11 Jul 2020 09:12:43 +1000 Subject: Feature [feature-requests:1369]. Represent DEL control character 0x7f with DEL. --- src/Editor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index ad41b518d..45cc42804 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -218,6 +218,7 @@ void Editor::SetRepresentations() { const char c[2] = { static_cast(j), 0 }; reprs.SetRepresentation(c, reps[j]); } + reprs.SetRepresentation("\x7f", "DEL"); // C1 control set // As well as Unicode mode, ISO-8859-1 should use these -- cgit v1.2.3