blob: a4060ef00d7e28a2123e8359618046f5640acab0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>vapier@gentoo.org</email>
<description>i maintain eterm so i guess i have to maintain this too :P</description>
</maintainer>
<longdescription>
In these days where it is hard to find a graphic card without 3D acceleration,
I brought back to life twin, a program that works in text mode.
Twin was born in 1993 as a DOS program, and it was the first big program I
wrote immediately after learning C. I soon abandoned it, as under DOS there
was no multitasking and I could not have any other program run inside the
windows drawn by twin.
I resurrected twin in late 1999, when I was almost ending the military service
and I had some spare time. In a single afternoon I ported it to Linux, then I
started adding features: linux console emulation, networked server capability,
X11 support, etc.
If you are still asking what is exactly twin, here is an answer:
Twin is a text-mode windowing environment: it draws and manages text windows
on a text-mode display, like X11 does for graphical windows. It has a built-in
window manager and terminal emulator, and can be used as server for remote
clients in the same style as X11. It can display on Linux console, on X11 and
inside itself.
</longdescription>
</pkgmetadata>
|