./wip/twintk, Terminal Windows Toolkit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.4.31, Package name: twintk-0.9.4.31, Maintainer: bacon

Twintk, the Terminal Windows Toolkit, is a library for developing
intuitive terminal-based applications utilizing menus, color,
dialogs, etc.

It utilizes 3 separate layers:

Image: A buffer containing the current window or terminal content

Terminal: A structure representing a terminal screen, including
its image

Window: A structire representing a window, including its image

A window or terminal can be updated immediately via functions like
wputc() or a curses-like strategy can be used by updating the image
only and then redrawing the window or terminal. The developer can
choose which approach is best for each situation.


Required to build:
[wip/libbacon] [pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2014-03-05 17:28:17 by Jason Bacon | Files touched by this commit (1) | Package updated
Log message:
Minor upstream updates

   2014-03-01 14:29:09 by Jason Bacon | Files touched by this commit (2)
Log message:
Minor upstream changes

   2014-01-17 03:25:49 by Jason Bacon | Files touched by this commit (1) | Package updated
Log message:
Minor update

   2014-01-15 03:33:47 by Jason Bacon | Files touched by this commit (2)
Log message:
Fix extract suffix

   2014-01-15 00:58:33 by Jason Bacon | Files touched by this commit (3)
Log message:
New version with secure string input

   2013-08-14 03:33:35 by Jason Bacon | Files touched by this commit (6)
Log message:
Fix paths in libbacon, libpare, twintk

   2013-08-14 01:07:16 by Jason Bacon | Files touched by this commit (5)
Log message:
Import twintk-0.9.3 as wip/twintk.
Terminal windows toolkit.