[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#138993: marked as done (Illegible output in xterm)



Your message dated Fri, 29 Mar 2002 11:32:18 -0500
with message-id <E16qzIY-0003ne-00@auric.debian.org>
and subject line Bug#138993: fixed in playmidi 2.4-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Mar 2002 02:38:18 +0000
>From seneca@slemish.com Mon Mar 18 20:38:18 2002
Return-path: <seneca@slemish.com>
Received: from fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16n9Vx-0002SU-00; Mon, 18 Mar 2002 20:38:17 -0600
Received: from IBM01 ([24.101.91.83])
          by fep03-mail.bloor.is.net.cable.rogers.com
          (InterMail vM.5.01.04.06 201-253-122-122-106-20020109) with ESMTP
          id <20020319023700.VPGU5932.fep03-mail.bloor.is.net.cable.rogers.com@IBM01>
          for <submit@bugs.debian.org>; Mon, 18 Mar 2002 21:37:00 -0500
From: "Seneca Cunningham" <seneca@slemish.com>
To: <submit@bugs.debian.org>
Subject: Illegible output in xterm
Date: Mon, 18 Mar 2002 21:37:38 -0500
Message-ID: <[🔎] NFBBJBMFILNNFOMKFGFBAEHDCJAA.seneca@slemish.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
Importance: Normal
X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep03-mail.bloor.is.net.cable.rogers.com from [24.101.91.83] using ID <seneca-cunningham@rogers.com> at Mon, 18 Mar 2002 21:36:59 -0500
Delivered-To: submit@bugs.debian.org

Package: playmidi
Version: 2.4-3

playmidi -r currently does not display properly in any form of xterm
that I have tried. It works when used on a console. I made some changes
that get it to properly display in an xterm.

diff -ur playmidi-2.4.orig/io_ncurses.c playmidi-2.4/io_ncurses.c
--- playmidi-2.4.orig/io_ncurses.c	Sat Mar 16 23:11:55 2002
+++ playmidi-2.4/io_ncurses.c	Mon Mar 18 16:41:31 2002
@@ -300,15 +300,19 @@
     karaoke = 0;
     if (graphics) {
 	clear();
-	attrset(A_NORMAL | A_ALTCHARSET);
+	attrset(A_NORMAL);
 	mvprintw(0, 0, RELEASE " by Nathan Laredo");
 	mvprintw(0, 40, "Now Playing:");
 	mvprintw(1, 40, "[P]ause [N]ext [L]ast [O]ptions");
-	mvaddstr(ytxt, 0, "ÍÍÍÍÍÍÍÍÍÍÍ;");
+	mvvline(2, 12, ACS_VLINE, ytxt - 2);
+	mvhline(ytxt, 0, ACS_HLINE, 12);
+	mvaddch(ytxt, 12, ACS_LRCORNER);
 	mvprintw(1, 0, "00:00.0 - 00:00.0, %d track%c", ntrks,
 		 ntrks > 1 ? 's' : ' ');
 	for (i = 0; i < 16; i++)
-	    mvprintw(i + 2, 0, "Channel %2d  ³", i + 1);
+	    mvprintw(i + 2, 0, "Channel %2d", i + 1);
 	tmp = strrchr(filename, '/');
 	strncpy(textbuf, (tmp == NULL ? filename : tmp + 1), COLS - 53);
 	attrset(A_BOLD);

Kernel: 2.4.19-pre3
glibc:  2.2.5-3

libncurses5 version:	5.2.20020112a-3
libxaw7 version:		4.1.0-13
svgalibg1 version:		1.4.3-4
xlibs version:		4.1.0-13
debconf version:		1.0.25

Seneca
seneca@slemish.com


---------------------------------------
Received: (at 138993-close) by bugs.debian.org; 29 Mar 2002 16:39:11 +0000
>From katie@auric.debian.org Fri Mar 29 10:39:11 2002
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16qzPC-0007bs-00; Fri, 29 Mar 2002 10:39:11 -0600
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 16qzIY-0003ne-00; Fri, 29 Mar 2002 11:32:18 -0500
From: Colin Watson <cjwatson@debian.org>
To: 138993-close@bugs.debian.org
X-Katie: $Revision: 1.10 $
Subject: Bug#138993: fixed in playmidi 2.4-4
Message-Id: <E16qzIY-0003ne-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Fri, 29 Mar 2002 11:32:18 -0500
Delivered-To: 138993-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
playmidi, which is due to be installed in the Debian FTP archive:

playmidi_2.4-4.diff.gz
  to pool/main/p/playmidi/playmidi_2.4-4.diff.gz
playmidi_2.4-4.dsc
  to pool/main/p/playmidi/playmidi_2.4-4.dsc
playmidi_2.4-4_i386.deb
  to pool/main/p/playmidi/playmidi_2.4-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 138993@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwatson@debian.org> (supplier of updated playmidi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 29 Mar 2002 16:11:20 +0000
Source: playmidi
Binary: playmidi
Architecture: source i386
Version: 2.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Colin Watson <cjwatson@debian.org>
Description: 
 playmidi   - MIDI player
Closes: 130084 137678 138822 138993
Changes: 
 playmidi (2.4-4) unstable; urgency=low
 .
   * QA upload.
   * Add German debconf translation (thanks, Sebastian Feltel and Christian
     Kurz; closes: #130084).
   * Add Russian debconf translation (thanks, Ilgiz Kalmetev;
     closes: #137678).
   * Seneca Cunningham:
     - Null-terminate filenames in playlist display (closes: #138822).
     - Use line-drawing functions rather than box-drawing characters for
       better display in xterms (closes: #138993).
Files: 
 f1668c0bd0b28d0f45e02374194c8d2e 712 sound optional playmidi_2.4-4.dsc
 4e1394cc45463b1df253b0b99e54cd5f 10768 sound optional playmidi_2.4-4.diff.gz
 73e8ef0a6423e9003cf15052e8d56fe2 152364 sound optional playmidi_2.4-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Colin Watson <cjwatson@debian.org> -- Debian developer

iD8DBQE8pJOb9t0zAhD6TNERAo2IAJ9xuXVCFZutyRbJw3huuPEVa6nMKQCfQJbT
dR6eVhzyMKUWMEeWxPvjmjY=
=YcqU
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to debian-qa-packages-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: