<div class="markdown_content"><ul>
<li><strong>labels</strong>: user interface --> user interface, NEEDINFO</li>
<li><strong>milestone</strong>:  --> CRASH</li>
</ul>
<hr />
<p><strong> <a class="alink" href="http://sourceforge.net/p/rkward/bugs/60/">[bugs:#60]</a> growing input windows</strong></p>
<p><strong>Status:</strong> open<br />
<strong>Labels:</strong> user interface NEEDINFO <br />
<strong>Created:</strong> Tue Nov 10, 2009 04:56 PM UTC by m.eik<br />
<strong>Last Updated:</strong> Tue Jan 15, 2013 10:27 AM UTC<br />
<strong>Owner:</strong> nobody</p>
<p>i've just discovered a small display bug in 0.5.2: calling "readline()" makes rkward come up with an input window -- that's fine. but if you invoke "readline()" several times, these windows grow in size each time, horizontally as well as vertically.</p>
<p>see for yourself:<br />
a) type "readline()" in the R-konsole repeatedly<br />
b) try a "for" loop:<br />
for(i in c(1:5)) readline()<br />
c) try with "lapply":<br />
lapply(c(1:5), readline)<br />
...</p>
<p>in addition, the context segment of that window could probably be tuned a little, try this:</p>
<p>for(i in c(1:5)){<br />
cat(i) # just to provoke the context display<br />
readline()<br />
}</p>
<p>to me it's a little confusing to have both segments shown with the same style. e.g., would it help to do without the white background for the context output? the window could be a lot smaller as well, but this is probably due to the growing effect described above.</p>
<hr />
<p>Sent from sourceforge.net because you indicated interest in <a href="https://sourceforge.net/p/rkward/bugs/60/">https://sourceforge.net/p/rkward/bugs/60/</a></p>
<p>To unsubscribe from further messages, please visit <a href="https://sourceforge.net/auth/prefs/">https://sourceforge.net/auth/prefs/</a></p></div>