]> git.proxmox.com Git - spiceterm.git/commit
fix bound checking on cursor move
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 5 May 2017 12:18:36 +0000 (14:18 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Jun 2017 08:59:57 +0000 (10:59 +0200)
commit3ced0eed8707659489af87b472e9d46a1c50f009
tree3eb59c91fcf2b203b342fdf56adc1514d78d2791
parent12ee08afd96f2f4d41df6aabf4837ef099589128
fix bound checking on cursor move

changing most of the vt struct fields to unsigned, to avoid undefined
behaviour and use gotoxy for moving the cursor to correctly bound check
the cursor position

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
spiceterm.c
spiceterm.h