File: control

package info (click to toggle)
fbterm 1.7-4
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,028 kB
  • ctags: 1,069
  • sloc: cpp: 6,254; sh: 1,032; ansic: 565; makefile: 22
file content (29 lines) | stat: -rw-r--r-- 1,178 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
29
Source: fbterm
Section: utils
Priority: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, libfreetype6-dev,
		libfontconfig1-dev, libgpm-dev, pkg-config,
		libx86-dev [i386 amd64]
Standards-Version: 3.9.8
Homepage: https://code.google.com/archive/p/fbterm/

Package: fbterm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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