Your message dated Sat, 18 Apr 2015 13:13:23 +0200
with message-id <[email protected]>
and subject line fixed upstream
has caused the Debian Bug report #661732,
regarding mg: The Delete key should delete the character to the right of the 
cursor
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
661732: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661732
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mg
Version: 20110905-1
Severity: normal
Tags: patch

Currently mg doesn't have a binding for the Delete key. Debian Policy 9.8
says that it should. The attached two-line patch fixes this.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mg depends on:
ii  libc6        2.13-27
ii  libncurses5  5.9-4

mg recommends no packages.

mg suggests no packages.

-- no debconf information
--- mg-20110905.orig/ttykbd.c	2012-02-29 11:35:35.000000000 +0100
+++ mg-20110905/ttykbd.c	2012-02-29 12:25:59.521218562 +0100
@@ -55,6 +55,8 @@
 		dobindkey(fundamental_map, "scroll-up", key_npage);
 	if (key_ppage)
 		dobindkey(fundamental_map, "scroll-down", key_ppage);
+	if (key_dc)
+		dobindkey(fundamental_map, "delete-char", key_dc);
 #endif /* FKEYS */
 
 #ifndef	NO_STARTUP

--- End Message ---
--- Begin Message ---
Version: 20150323-1

Your patch has been accepted by upstream. Thanx for
your support.


Regards
Harri

--- End Message ---

Reply via email to