Bterm

Version 3 (Laurent Defert, 09/4/2010 09:23 pm)

1 2 Laurent Defert
h1. Status
2 2 Laurent Defert
3 3 Laurent Defert
The aim of this project was to implement a terminal emulator which can render a graphical view from standard shell text output. As of now, it's a bit buggy and not finished, so it cannot replace a traditional terminal emulator.
4 2 Laurent Defert
The latest checkout is available as a tar.gz available in the download section. If you're interested in the idea and would like to contribute, consider rewriting it from scratch. The current code in a merge of code from various open source projects and the glue was written in a few days, which makes it quite unmaintainable.
5 2 Laurent Defert
By the way, thanks to the projects I could borrow code from:
6 2 Laurent Defert
7 2 Laurent Defert
* PCManFM : A lightweight file manager from which many code was used ( http://pcmanfm.sourceforge.net )
8 2 Laurent Defert
* Enterminus : A terminal emulator, with a clean code base. ( http://www1.get-e.org/Resources/Applications/System/Enterminus/ )
9 2 Laurent Defert
* XTerm : Great source of inspiration to decrypt weird shell code. ( http://invisible-island.net/xterm/ )
10 2 Laurent Defert
* Pidgin : Multi-protocol instant messaging client. Thanks for their emoticons ( http://www.pidgin.im/ )
11 2 Laurent Defert
12 1
h1. Screenshots
13 1
14 1
!bterm-screen1.png!
15 1
16 1
!bterm-screen2.png!
17 1
18 1
!bterm-screen3.png!