5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-01-21 18:03:56 +03:00

6 Commits

Author SHA1 Message Date
Dietmar Maurer
4cc3dc5a6a remove batch commands 2013-08-06 13:01:22 +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
Dietmar Maurer
8a22eb4f37 remove wakup timer 2013-08-05 14:18:45 +02:00
Dietmar Maurer
f6cb554cab implement connection timeout 2013-08-05 13:32:03 +02:00
Dietmar Maurer
474762d892 add keyboard interface 2013-08-05 12:57:43 +02:00
Dietmar Maurer
cc04455b7f Initial import
This is a simple copy of the test example from spice-0.12.4,
directory server/tests.

To make it compile outside spice source tree, I had to copy
ring.h from spice-common/common/ring.h, and remove calls to
spice-common/common/mem.h (use glib for memory management).

Also replaces spice_assert() and ASSERT() with g_assert().
2013-08-05 09:26:20 +02:00