TStatusBar
[nikiroo-utils.git] / docs / worklog.md
CommitLineData
55d2b2c2
KL
1Jexer Work Log
2==============
3
4March 17, 2017
5
6Jexer is coming back to active development status. I had a lot of
7other projects ahead of it in the queue, mostly Qodem but also Jermit
8and of course lots of actual day job work keeping me too tired for
9afterhours stuff. But here we are now, and I want to get Jexer to its
101.0.0 release before the end of 2018. After that it will be a
11critical bit of function for IWP and NIB, if I ever get those going.
12I need to re-organize the demo app a bit so that it fits within 80x25,
13and then get to TStatusBar.
14
15A status bar will be an optional part of TWindow. If it exists, then
16it will be drawn last by TApplication and get events routed to it from
17TWindow's event handlers. This will have the nice effect that the
18status bar can change depending on which window is active, without any
19real extra work on TApplication's part.
20
21Putting together a proper TODO now, with release and regression
22checklists. I think I will see if jexer is available at SourceForge,
23and if so grab it. Perhaps I can put together some good Turbo Vision
24resources too. At the very least direct people to the Borland-derived
25C++ releases and Free Vision.
26