[pve-devel] [PATCH vncterm v2 0/4] vncterm improvements

Dominik Csapak d.csapak at proxmox.com
Wed May 24 11:37:47 CEST 2017


this series cleans up the debian packaging,
adds new width/height parameters
introduces a new way to use a font
and introduces support for wide-characters and diacritics

the height/width parameters are still unused, but
i am preparing a patch where i will use them
(for making the console fit the consoletab exactly)

changes from v1:
* incorporated remarks from w.bumiller in genfont2
* make input/output file optional paramters (stdin/out by default)
* 'long int' -> 'long'
* renamed 'diacritic' to 'combiningglyph'

Dominik Csapak (4):
  fixup debian packagin/Makefile
  add width and height parameters
  add genfont2 and unifont build-dependency
  use unifont and add support for wide-characters and combining glyphs

 Makefile                               |  44 ++++----
 debian/{changelog.Debian => changelog} |   0
 debian/compat                          |   1 +
 debian/conffiles                       |   0
 debian/control                         |  16 ++-
 debian/docs                            |   1 +
 debian/rules                           |   4 +
 genfont2.c                             | 184 +++++++++++++++++++++++++++++++++
 vncterm.c                              | 139 +++++++++++++++++++------
 vncterm.h                              |   2 +
 10 files changed, 331 insertions(+), 60 deletions(-)
 rename debian/{changelog.Debian => changelog} (100%)
 create mode 100644 debian/compat
 delete mode 100644 debian/conffiles
 create mode 100644 debian/docs
 create mode 100755 debian/rules
 create mode 100644 genfont2.c

-- 
2.11.0





More information about the pve-devel mailing list