diff --git a/src/message.c b/src/message.c index 71965852f..25c22f63e 100644 --- a/src/message.c +++ b/src/message.c @@ -1703,8 +1703,6 @@ str2special( { c = TO_SPECIAL(str[1], str[2]); str += 2; - if (c == KS_ZERO) /* display as ^@ or */ - c = NUL; } if (IS_SPECIAL(c) || modifiers) /* special key */ special = TRUE; diff --git a/src/version.c b/src/version.c index ec5886388..edbe2ae16 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1728, /**/ 1727, /**/