<?xml version="1.0"?>
<!DOCTYPE todo SYSTEM "http://cvs.cleveland.lug.net/xml/todo.dtd">
<!--
  New TODO format - I'm going to write a parser for it for the CVS server, so
  you can browse TODO items from a nifty little web-page.  Actually, I'm just
  going to use an XML parser. -JMF
-->

<todo>
  <item>
    X Windows version
  </item>

  <item>
    Implement all field types
  </item>

  <item>
    Support 5250 graphics stream.
  </item>

  <item>
    Allow user configuration of keyboard, including the mapping of macros as
    well as 5250 functions to keys.
  </item>

  <item>
    Allow non US-101 keyboards.
  </item>

  <item>
    Add Perl scripting language support.
  </item>

  <item>
    Move SCS ``library functions'' from scs2ascii.c to scs.c, make them part
    of the library.  Include tn5250/scs.h from tn5250.h

    Elaboration: We want some sort of `toolkit' for translating from SCS to
    whatever (PostScript, PDF, ASCII, groff, PCL ...)
  </item>

  <item>
    Field resequencing is not implmented; however, an assertion has been added
    to break the emulator when it is encountered.  So far, no reported problems.
  </item>

</todo>
<!-- vi:set sts=2 sw=2 autoindent: -->
