2.task posted on SourceForge as 'C developer with Unicode knowledge':
  add more charsets to libTutf, a small unicode translation library that can
  convert between unicode and various other charsets.

  Two people already offered for this... but noone said the final
  'ok, starting to work' yet.

  DIFFICULTY: beginner
  STATUS: probably assigned

3.finish writing 'twdialog' (libTw equivalent of 'dialog'). Does not
  require a lot of Unix knowledge, but libTw API has almost no documentation
  yet.

  DIFFICULTY: intermediate (no docs)
  STATUS: probably assigned

4.writing a libTw screensaver. Quite easy, as really few libTw functions
  are needed (create a fullscreen window, write in it, quit on keypress);

  DIFFICULTY: beginner
  STATUS: available

5.writing whatever libTw client comes to anyone's mind.
  (more a hope than a TODO);

  DIFFICULTY: ymmv (Your Mileage May Vary)
  STATUS: available

6.writing down libTw API documentation. Would be *VERY* useful too, but it's
  not a trivial task as in many cases one would need to figure out by himself
  (of course can ask me if he doesn't understand something) what the various
  functions do. Suggested format for documentation: doxygen javadoc-style
  comments (i.e. /** comment */ ) inserted in twin/libs/libTw/libTw.c and in
  include/m4/m4_sockproto.m4;

  DIFFICULTY: intermediate (many things are obscure)
  STATUS: available

7.writing wtmp logging. Requires some knowledge of programming under Unix;

  DIFFICULTY: beginner
  STATUS: available

8.writing (and documenting) a gtk-like toolkit on top of libTw.

  DIFFICULTY: don't ask
  STATUS: assigned (I am currently doing this myself)


9.random thoughts:

   recursive menu windows

   Add Unicode cut-n-paste.
   "paste" command in menu
   twclip - show clipboard
   Check SunOS and *BSD porting. Also, twdisplay on win32
   ?-geometry option to tw* clients

   keyboard hotkeys for screen scroll

   Flame libgpm people for /tmp/gpm* sockets, gpm_tried, syslogging, ncurses
   cleanup overflows with shadows at window [xy]width = almost max, move arithmetic to [ul]dat
   finish libGGI keyboard support

