<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/qtermwidget/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/qtermwidget/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 10 Feb 2011 23:32:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/qtermwidget/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>qmake OPTIONS should be CONFIG</title><link>https://sourceforge.net/p/qtermwidget/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;make -j2 fails because src does not depend on lib.  The patch below fixes this:&lt;br /&gt;
diff --git a/qtermwidget.pro b/qtermwidget.pro&lt;br /&gt;
index 1b59cb9..7be738c 100644&lt;br /&gt;
--- a/qtermwidget.pro&lt;br /&gt;
+++ b/qtermwidget.pro&lt;br /&gt;
@@ -1,4 +1,4 @@&lt;br /&gt;
TEMPLATE       = subdirs&lt;br /&gt;
SUBDIRS        = lib src&lt;/p&gt;
&lt;p&gt;-OPTIONS        += ordered&lt;br /&gt;
\ No newline at end of file&lt;br /&gt;
+CONFIG         += ordered&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jayen Ashar</dc:creator><pubDate>Thu, 10 Feb 2011 23:32:32 -0000</pubDate><guid>https://sourceforge.net347284a2339c9abfe7e9dc9cea4b88cf6f7e3686</guid></item><item><title>issue with terminal width after `reset`</title><link>https://sourceforge.net/p/qtermwidget/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've found a bit annoying issue with terminal width after `reset` shell command is executed.&lt;/p&gt;
&lt;p&gt;Repro steps:&lt;/p&gt;
&lt;p&gt;1. Run consoleq demo from qtermwidget package. &lt;br /&gt;
2. maximize consoleq window&lt;br /&gt;
3. type `reset` command in shell.&lt;br /&gt;
4. See that actual shell width become much more narrow&lt;br /&gt;
than total window width and text is truncated at right&lt;br /&gt;
when executing shell commands.&lt;/p&gt;
&lt;p&gt;Is there any way to prevent such behavior?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Vladimir&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladimir Kuznetsov</dc:creator><pubDate>Mon, 15 Sep 2008 12:24:35 -0000</pubDate><guid>https://sourceforge.netdfa6e324a9819b9059ca1e793c27c576db96c511</guid></item></channel></rss>