Skip to content

Commit 6a24602

Browse files
committed
Merge branch 'dev' of https://github.com/t-e-l/tel into dev
2 parents 62155e4 + 9156bba commit 6a24602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/termux/app/TermuxPreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ void reloadFromProperties(Context context) {
223223
Toast.makeText(context, "Could not open properties file settings.conf: " + e.getMessage(), Toast.LENGTH_LONG).show();
224224
Log.e("termux", "Error loading props", e);
225225
}
226-
String inputCharString = uiProps.getProperty("input-char","$");
226+
String inputCharString = uiProps.getProperty("input-char"," ");
227227
if(inputCharString.length()> 0 && !inputCharString.toLowerCase().equals("space")){
228228
inputChar= inputCharString.charAt(0);
229229
}else{

0 commit comments

Comments
 (0)