5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2024-12-22 13:34:06 +03:00
Commit Graph

26 Commits

Author SHA1 Message Date
Dominik Csapak
5a100bddb6 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>
2017-05-06 08:11:39 +02:00
Dietmar Maurer
b52b953498 updates for debian jessie 2015-02-27 16:40:45 +01:00
Dietmar Maurer
7f3ff8c0e4 use kvm keymap files 2013-10-29 09:45:21 +01:00
Dietmar Maurer
68c2b067e2 implement command line options using getopt 2013-10-25 13:31:16 +02:00
Dietmar Maurer
1631c5a9a7 use SASL for auth, always use TLS 2013-10-23 10:58:24 +02:00
Dietmar Maurer
05f253a6f3 use gunichar instead of long 2013-10-17 09:04:20 +02:00
Dietmar Maurer
f424be980a move spice input/vdagent related code to input.c 2013-10-17 08:44:52 +02:00
Dietmar Maurer
c783f72614 resize: discard pending commands 2013-10-09 13:34:06 +02:00
Dietmar Maurer
6508981fdd reset cursor after resize 2013-10-09 13:09:51 +02:00
Dietmar Maurer
622c777f6e cleanup cursor code 2013-10-08 14:14:36 +02:00
Dietmar Maurer
baa9598b32 change max size 2013-10-08 12:20:43 +02:00
Dietmar Maurer
e70e45a9d0 cache glyphs 2013-10-08 09:57:57 +02:00
Dietmar Maurer
186d67d601 avoid unnecessary call to spiceterm_clear_xy 2013-09-17 13:47:33 +02:00
Dietmar Maurer
8f53ae816c implement resize 2013-09-17 13:13:19 +02:00
Dietmar Maurer
1d11aa1227 allow to select text regions 2013-09-13 10:02:59 +02:00
Dietmar Maurer
44a222152c white space cleanups 2013-09-12 14:23:57 +02:00
Dietmar Maurer
60b9ef6325 start mouse support 2013-09-12 14:22:05 +02:00
Dietmar Maurer
11ba14dc32 allow to pass connection timeout as parameter 2013-09-12 12:23:05 +02:00
Dietmar Maurer
98537e6387 remove useless comment 2013-09-12 12:16:42 +02:00
Dietmar Maurer
38e3e91281 simplify code 2013-09-12 09:33:24 +02:00
Dietmar Maurer
dfbcd9931e remove unused fields 2013-09-11 13:20:41 +02:00
Dietmar Maurer
b052e9c7dc use gunichar2 2013-09-11 13:15:53 +02:00
Dietmar Maurer
64bc7a2f9d use reasonable names (instead of 'test') 2013-09-11 11:59:40 +02:00
Dietmar Maurer
e3759a340c cleanup/merge header files 2013-09-11 07:44:47 +02:00
Dietmar Maurer
d6a5f5a9fc rename vncterm to spiceterm 2013-09-11 07:20:40 +02:00
Dietmar Maurer
22e5ba0286 add first version of spiceterm (copied from vncterm)
Input does not work for now, because spice only delivers scan-codes.
2013-08-06 10:58:17 +02:00