Hello,
I have exactly the same problem. Playing a little with the source code
of the package, it turns out that by removing following hunk from the
01SVN dpatch:
------------------------------------------------------------------------
@@ -24,8 +24,8 @@
dnl 2006-02-20 gi1242: If the version contains a letter, then it sometimes
dnl produces spurious results when programs use an escape sequence to query the
dnl terminal version.
-AC_INIT(mrxvt, 0.5.3, [EMAIL PROTECTED])
-AM_INIT_AUTOMAKE(mrxvt, 0.5.3)
+AC_INIT(mrxvt, 0.5.3+254, [EMAIL PROTECTED])
+AM_INIT_AUTOMAKE(mrxvt, 0.5.3+254)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR([src/main.c])
------------------------------------------------------------------------
one gets rid of this behavior. For the fix itself, I have no idea how can
this patch lead to such a bad behaviour. The solution was found in a
purely experimental way :)
Please note, that since the "c" key in vim deletes a portion of text, this
"bug" in mrxvt can lead to unnoticed loss of data when editing a file, so
it would be reallt great if it is fixed.
thanks,
Pavel
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]