[pve-devel] applied: [PATCH vncterm v2 0/4] vncterm improvements
Wolfgang Bumiller
w.bumiller at proxmox.com
Wed May 24 13:12:36 CEST 2017
applied whole series
On Wed, May 24, 2017 at 11:37:47AM +0200, Dominik Csapak wrote:
> 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
More information about the pve-devel
mailing list