libvterm 0~bzr715-1 source package in Ubuntu

Changelog

libvterm (0~bzr715-1) unstable; urgency=medium

  * Merge latest snapshot
    + Support reporting FocusIn/FocusOut events
  * Add new vterm_state_focus_{in,out} symbols
  * Change Priority to optional
  * Declare compliance with Policy 4.1.1
  * Bump debhelper compat to 10
  * Set R³ to no

 -- James McCoy <email address hidden>  Thu, 09 Nov 2017 21:52:50 -0500

Upload details

Uploaded by:
James McCoy
Uploaded to:
Sid
Original maintainer:
James McCoy
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libvterm_0~bzr715-1.dsc 2.1 KiB 706fbedbbccbfbaeb57050d1718113bc737fde275dc283d56a997c7ee026980d
libvterm_0~bzr715.orig.tar.gz 66.4 KiB 882522eba6d6b09d148fa9eeed0846050b01bf7ee11caf9053f0d467c1c9a6b1
libvterm_0~bzr715-1.debian.tar.xz 3.3 KiB e99b204ad62857c86625f030393984d484570c678395d624da707fff0a1fb30d

Available diffs

No changes file available.

Binary packages built by this source

libvterm-bin: abstract terminal library (utility programs)

 An abstract C99 library which implements a VT220 or xterm-like terminal
 emulator. It doesn't use any particular graphics toolkit or output
 system, instead it invokes callback function pointers that its embedding
 program should provide it to draw on its behalf. It avoids calling
 malloc() during normal running state, allowing it to be used in embedded
 kernel situations.
 .
 This package contains utility programs that demonstrate libvterm.

libvterm-bin-dbgsym: debug symbols for libvterm-bin
libvterm-dev: abstract terminal library (development files)

 An abstract C99 library which implements a VT220 or xterm-like terminal
 emulator. It doesn't use any particular graphics toolkit or output
 system, instead it invokes callback function pointers that its embedding
 program should provide it to draw on its behalf. It avoids calling
 malloc() during normal running state, allowing it to be used in embedded
 kernel situations.
 .
 This package contains the header files and libraries needed for developing
 with libvterm.

libvterm0: abstract terminal library

 An abstract C99 library which implements a VT220 or xterm-like terminal
 emulator. It doesn't use any particular graphics toolkit or output
 system, instead it invokes callback function pointers that its embedding
 program should provide it to draw on its behalf. It avoids calling
 malloc() during normal running state, allowing it to be used in embedded
 kernel situations.

libvterm0-dbgsym: debug symbols for libvterm0