File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
public class OTConstants {
8
8
9
- public static final String OTVERSION = "alpha-1.0.1 " ;
9
+ public static final String OTVERSION = "alpha-1.1.0 " ;
10
10
public static final String illegals = "\" ';:$@" ;
11
11
public static final String pauseMsg = "Press ENTER to continue..." ;
12
12
public static final File home = new File (TerminalUtil .getAppData ().getAbsoluteFile (), "OpenTerminal" );
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ public static void main(String[] args)
40
40
app .loadSession ();
41
41
app .startPipeManager ();
42
42
app .sendColors ();
43
- System .exit (-1 );
43
+ // System.exit(-1);
44
44
boolean hostIsAlive = true ;
45
45
// System.out.println("OTMAIN:" + System.getProperty("ot.app"));
46
- // while(hostIsAlive)
47
- // {
46
+ while (hostIsAlive )
47
+ {
48
48
// TODO:PID keep alive check here
49
- // }
49
+ }
50
50
// JREUtil.sleep(3000);
51
51
52
52
//ensure final printlines happen before shutting down the client
You can’t perform that action at this time.
0 commit comments