<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/qtermwidget/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/qtermwidget/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/qtermwidget/bugs/</id><updated>2011-02-10T23:32:32Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>qmake OPTIONS should be CONFIG</title><link href="https://sourceforge.net/p/qtermwidget/bugs/2/" rel="alternate"/><published>2011-02-10T23:32:32Z</published><updated>2011-02-10T23:32:32Z</updated><author><name>Jayen Ashar</name><uri>https://sourceforge.net/u/jashar/</uri></author><id>https://sourceforge.net347284a2339c9abfe7e9dc9cea4b88cf6f7e3686</id><summary type="html">&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;</summary></entry><entry><title>issue with terminal width after `reset`</title><link href="https://sourceforge.net/p/qtermwidget/bugs/1/" rel="alternate"/><published>2008-09-15T12:24:35Z</published><updated>2008-09-15T12:24:35Z</updated><author><name>Vladimir Kuznetsov</name><uri>https://sourceforge.net/u/vov4ik/</uri></author><id>https://sourceforge.netdfa6e324a9819b9059ca1e793c27c576db96c511</id><summary type="html">&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;</summary></entry></feed>