for unused imports. -->
<property name="build.compiler" value="gcj"/>
- <property name="version" value="0.0.5"/>
+ <property name="version" value="0.0.6"/>
<property name="src.dir" value="src"/>
<property name="resources.dir" value="resources"/>
<property name="build.dir" value="build"/>
0.0.6
+#18 Rework TApplication run loop:
+ - Reduce thread spinlocks
+ - Eliminate unnecessary screen redraws
+ - No activity means no CPU usage
+
- TSpinner
- TComboBox
- TCalendar
Jexer Work Log
==============
+August 15, 2017
+
+I cut 0.0.5 just now, and also applied for a Sonatype repository.
+It was a reasonable spot: TEditor was working albeit buggy, and a bug
+had just come in on the main TApplication run loop. So we are about
+to embark upon some performance work again, it's been probably version
+0.0.2 or so since the last cycle.
+
+Code size: 40446 lines.
+
+Now switching head to 0.0.6 and taking a small break.
+
August 14, 2017
TEditor is basically done. Mouse movement, keyboard movement,
<packaging>jar</packaging>
<name>Jexer</name>
<description>Java Text User Interface library that resembles Turbo Vision</description>
- <version>0.0.5</version>
+ <version>0.0.6</version>
<url>https://github.com/klamonte/jexer</url>
<licenses>