Update of /cvsroot/jake2/jake2/src/jake2
In directory vz-cvs-3.sog:/tmp/cvs-serv19701/src/jake2
Modified Files:
Globals.java
Log Message:
clipboard support for console
Index: Globals.java
===================================================================
RCS file: /cvsroot/jake2/jake2/src/jake2/Globals.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Globals.java 2 Mar 2008 20:21:12 -0000 1.6
--- Globals.java 7 Jul 2011 21:09:56 -0000 1.7
***************
*** 373,376 ****
--- 373,377 ----
public static int sys_frame_time;
public static int chat_bufferlen = 0;
+ public static int chat_backedit; // sfranzyshen
public static int gun_frame;
public static model_t gun_model;
|