yascreen 1.95-1 source package in Ubuntu

Changelog

yascreen (1.95-1) unstable; urgency=medium

  * Update to new upstream release of 1.95
    - wide char input
    - backward compatible

 -- Boian Bonev <email address hidden>  Fri, 06 Jan 2023 04:37:40 +0000

Upload details

Uploaded by:
Boian Bonev
Uploaded to:
Sid
Original maintainer:
Boian Bonev
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
yascreen_1.95-1.dsc 2.1 KiB 6a7566354fbff1f3e4c58b139df9ca2ff51c1279f842d90b5321a9ad78f8030e
yascreen_1.95.orig.tar.xz 28.5 KiB 90485eca903fc686d25636b3debf1b80a8e71ac366094a44486b1dc9a36ceb7b
yascreen_1.95.orig.tar.xz.asc 833 bytes 3f01f72d1a4f0ba32ff5da6793cb46bcec524a699dbbd6c61ccba9081ba62717
yascreen_1.95-1.debian.tar.xz 12.3 KiB 9cf4ee79cccfd8c0fd225fc38965df808ddc34e8601e6a8c4b56c96080e2fc7c

Available diffs

No changes file available.

Binary packages built by this source

libyascreen-dev: Yet Another Screen Library (lib(n)curses alternative)

 Development files of Yet Another Screen Library - lib(n)curses alternative
 oriented towards modern terminals.
 .
 Suitable for developing terminal applications or daemons with
 telnet access and terminal support.
 .
 Main features
 .
  * small footprint
  * does not have external dependencies
  * allows both internal and external event loop
  * allows stdin/stdout or external input/output (can work over socket)
  * supports basic set of telnet sequences, making it suitable for built-in
    terminal interfaces for daemons
  * supports a limited set of input keystroke sequences
  * fully unicode compatible (parts of this depend on wcwidth in libc)
  * supports utf8 verification of input
  * relies only on a limited subset of ansi/xterm ESC sequences, making it
    compatible with mostly all modern terminals (inspired by linenoise)
  * there is no curses API and ancient terminal compatibility, hence less bloat
  * clean API with opaque private data, usable from C/C++

libyascreen0: Yet Another Screen Library - development files

 lib(n)curses alternative oriented towards modern terminals.
 .
 Suitable for developing terminal applications or daemons with
 telnet access and terminal support.
 .
 Main features
 .
  * small footprint
  * does not have external dependencies
  * allows both internal and external event loop
  * allows stdin/stdout or external input/output (can work over socket)
  * supports basic set of telnet sequences, making it suitable for built-in
    terminal interfaces for daemons
  * supports a limited set of input keystroke sequences
  * fully unicode compatible (parts of this depend on wcwidth in libc)
  * supports utf8 verification of input
  * relies only on a limited subset of ansi/xterm ESC sequences, making it
    compatible with mostly all modern terminals (inspired by linenoise)
  * there is no curses API and ancient terminal compatibility, hence less bloat
  * clean API with opaque private data, usable from C/C++

libyascreen0-dbgsym: debug symbols for libyascreen0