xvt 2.1-20.1ubuntu1 source package in Ubuntu

Changelog

xvt (2.1-20.1ubuntu1) raring; urgency=low

  * Merge from Debian. Remaining changes:
    - debian/rules:
      Split LDFLAGS to LDFLAGS and LIB to fix linking with --as-needed.

xvt (2.1-20.1) unstable; urgency=low

  * Non-maintainer upload.
  * Baudrate setting and controlling terminal in kfreebsd-*.
    + debian/patches/065_bsd_ctty_baudrate_605679.diff: New file.
    + Closes: #605679.
  * Incomplete UTMP and WTMP handling.
    + debian/patches/070_full_utmp_wtmp_650396.diff: New file.
    + Closes: #650396.
 -- Oussama Bounaim <email address hidden>   Thu, 29 Nov 2012 07:33:05 +0100

Upload details

Uploaded by:
oussama
Sponsored by:
Daniel Holbach
Uploaded to:
Raring
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
x11
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe x11
Trusty release universe x11

Downloads

File Size SHA-256 Checksum
xvt_2.1.orig.tar.gz 48.4 KiB 4512d3c20be9b6bf80f4d278eb56118aee2baa3f16eacb28674d64e5012a37f5
xvt_2.1-20.1ubuntu1.diff.gz 12.3 KiB 4df5787256f4b8ed1c708d619956e024a520c5b0e9fd650a4f67389910f4d6b5
xvt_2.1-20.1ubuntu1.dsc 1.1 KiB d1835dc2438f0796139e1dea04991c3dd6b0f688787814d7d33681dd1824e354

Available diffs

View changes file

Binary packages built by this source

xvt: X terminal-emulator similar to xterm, but smaller

 xvt is an X terminal-emulator that is designed to be more or less
 compatible with xterm while using much less swap space. It is mainly
 intended for use at sites which use large numbers of X terminals but
 may also be useful on single workstations that are short of memory.
 The main way that xvt achieves its small size is by avoiding the use
 of the X toolkit.
 .
 If you are looking for a more featureful terminal-emulator than xvt,
 but one which still uses less swap space than xterm, consider rxvt.
 .
 Features of xterm which xvt does not support include:
 .
  - Tektronix 4014 emulation
  - Session logging
  - Pop-up menus. The only one of xterm's popup menu commands that
    is provided in xvt is displaying and hiding of the scrollbar
    and this is done simply by pressing any mouse key in the window
    with the CONTROL key held down.
  - Toolkit style configurability. In particular, xvt does not
    allow the user to remap the mouse or keyboard keys.
 .
 Features which are supported include:
 .
  - VT100 emulation. Most of the main escape sequences are supported --
    certainly all those used by the standard screen based UNIX
    applications.
  - Lines that scroll off the top of the window are saved and can be
    scrolled back with a scrollbar.
  - Text selection and insertion including double and triple click for
    words and lines.