diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Editor.cxx | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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<char>(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 | 
