File: control

package info (click to toggle)
fbterm 1.6-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 912 kB
  • ctags: 1,013
  • sloc: cpp: 5,856; sh: 1,105; ansic: 565; makefile: 45
file content (28 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download
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
Source: fbterm
Section: utils
Priority: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libfreetype6-dev,
		libfontconfig1-dev, libgpm-dev, pkg-config, dpatch
Standards-Version: 3.9.1
Homepage: http://code.google.com/p/fbterm/

Package: fbterm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A fast framebuffer based terminal emulator for Linux
 FbTerm is a fast terminal emulator for Linux with frame buffer device.
 .
 Features include:
  * mostly as fast as terminal of Linux kernel while accelerated scrolling is
    enabled on framebuffer device
  * select font with fontconfig and draw text with freetype2, same as Qt/Gtk+
    based GUI apps
  * dynamicly create/destroy up to 10 windows initially running default shell
  * record scrollback history for every window
  * auto-detect current locale and convert text encoding, support double width
    scripts like Chinese, Japanese etc
  * switch between configurable additional text encoding with hot keys
    on the fly
  * copy/past selected text between windows with mouse when gpm server is 
    running