comparison src/com/five_ten_sg/connectbot/bean/HostBean.java @ 242:e0f5e706a655

add host preference for fixed screen size
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 10:33:13 -0700
parents 8b68dfb283d2
children
comparison
equal deleted inserted replaced
241:8b68dfb283d2 242:e0f5e706a655
43 private String useAuthAgent = HostDatabase.AUTHAGENT_NO; 43 private String useAuthAgent = HostDatabase.AUTHAGENT_NO;
44 private String postLogin = null; 44 private String postLogin = null;
45 private long pubkeyId = -1; 45 private long pubkeyId = -1;
46 private String delKey = HostDatabase.DELKEY_DEL; 46 private String delKey = HostDatabase.DELKEY_DEL;
47 private float fontSize = -1; 47 private float fontSize = -1;
48 private boolean fizedSize = false; 48 private boolean fixedSize = false;
49 private int fixedWidth = 80; 49 private int fixedWidth = 80;
50 private int fixedHeight = 25; 50 private int fixedHeight = 25;
51 private boolean wantSession = true; 51 private boolean wantSession = true;
52 private boolean compression = false; 52 private boolean compression = false;
53 private String httpproxy = null; 53 private String httpproxy = null;