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

Dominik Csapak d.csapak at proxmox.com
Mon May 22 18:14:54 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)

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 diacritics

 Makefile                               |  44 +++++------
 debian/{changelog.Debian => changelog} |   0
 debian/compat                          |   1 +
 debian/conffiles                       |   0
 debian/control                         |  16 +++-
 debian/docs                            |   1 +
 debian/rules                           |   4 +
 genfont2.c                             | 131 +++++++++++++++++++++++++++++++
 vncterm.c                              | 137 +++++++++++++++++++++++++--------
 vncterm.h                              |   2 +
 10 files changed, 276 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