<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/pyncurses/patches/" rel="alternate"/><link href="https://sourceforge.net/p/pyncurses/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/pyncurses/patches/</id><updated>2001-07-29T03:38:19Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>re-debianization</title><link href="https://sourceforge.net/p/pyncurses/patches/1/" rel="alternate"/><published>2001-07-29T03:38:19Z</published><updated>2001-07-29T03:38:19Z</updated><author><name>Matthias Rahlf</name><uri>https://sourceforge.net/u/rahlf/</uri></author><id>https://sourceforge.net014c99ffce837e281400ce16f1d70bf72e01c985</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The Debian version of libncurses.so does not contain&lt;br /&gt;
the debugging trace routines. &lt;/p&gt;
&lt;p&gt;After commenting out&lt;br /&gt;
extern char *_nc_tracebits(void);&lt;br /&gt;
extern char *_tracechar(const unsigned char);&lt;br /&gt;
extern void trace(const unsigned int);&lt;br /&gt;
in &amp;amp;quot;ncurses/_curses.i&amp;amp;quot; and changing&lt;br /&gt;
mcprint, has_key, _nc_tracebits, _tracechar, \
trace, _nc_visbuf&lt;br /&gt;
to&lt;br /&gt;
mcprint, has_key, _nc_visbuf&lt;br /&gt;
in &amp;amp;quot;ncurses/curses.py&amp;amp;quot; the examples seem to work fine&lt;br /&gt;
(except for&lt;br /&gt;
menu_example.py which seems to have the same problems&lt;br /&gt;
as mentioned by Tom Newman in&lt;br /&gt;
&amp;amp;quot;http://www.geocrawler.com/archives/3/2143/2000/5/0/3689787/&amp;amp;quot;.)&lt;/p&gt;
&lt;p&gt;Rebuilding the Debian-packet from source did not work,&lt;br /&gt;
because &amp;amp;quot;debian/rules&amp;amp;quot; needed the missing files&lt;br /&gt;
&amp;amp;quot;compile.sh&amp;amp;quot; and &amp;amp;quot;install.sh&amp;amp;quot;. So I had to re-debianize&lt;br /&gt;
pyncurses.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>