Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Enhancements to text mode console clients
authorKyle Hale <kh@u.northwestern.edu>
Wed, 13 Jul 2016 18:08:01 +0000 (13:08 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 14 Jul 2016 00:15:22 +0000 (19:15 -0500)
commitea68fe042705986beaec92f33db0395b816c2e38
treedec16095d4d18779a53fe9f6b43ca5dc676ace54
parent210c49c1f9b523ff94fd5b6791961d242d5bbae4
Enhancements to text mode console clients

- v3_cons_sc now does color and arrow keys
- new v3_cons_tc does this and more
- v3_cons_tc is non-default, needs installation of libtermkey
linux_usr/Makefile
linux_usr/v3_cons_sc.c
linux_usr/v3_cons_tc.c [new file with mode: 0644]
linux_usr/v3_console