@@ -72,13 +72,6 @@ public final class TermuxPropertyConstants {
72
72
73
73
/* boolean */
74
74
75
- /** Defines the key for whether terminal view margin adjustment that is done to prevent soft
76
- * keyboard from covering bottom part of terminal view on some devices is disabled or not.
77
- * Margin adjustment may cause screen flickering on some devices and so should be disabled. */
78
- public static final String KEY_DISABLE_TERMINAL_MARGIN_ADJUSTMENT = "disable-terminal-margin-adjustment" ; // Default: "disable-terminal-margin-adjustment"
79
-
80
-
81
-
82
75
/** Defines the key for whether a toast will be shown when user changes the terminal session */
83
76
public static final String KEY_DISABLE_TERMINAL_SESSION_CHANGE_TOAST = "disable-terminal-session-change-toast" ; // Default: "disable-terminal-session-change-toast"
84
77
@@ -302,7 +295,6 @@ public final class TermuxPropertyConstants {
302
295
* */
303
296
public static final Set <String > TERMUX_PROPERTIES_LIST = new HashSet <>(Arrays .asList (
304
297
/* boolean */
305
- KEY_DISABLE_TERMINAL_MARGIN_ADJUSTMENT ,
306
298
KEY_DISABLE_TERMINAL_SESSION_CHANGE_TOAST ,
307
299
KEY_ENFORCE_CHAR_BASED_INPUT ,
308
300
KEY_HIDE_SOFT_KEYBOARD_ON_STARTUP ,
@@ -343,7 +335,6 @@ public final class TermuxPropertyConstants {
343
335
* default: false
344
336
* */
345
337
public static final Set <String > TERMUX_DEFAULT_BOOLEAN_BEHAVIOUR_PROPERTIES_LIST = new HashSet <>(Arrays .asList (
346
- KEY_DISABLE_TERMINAL_MARGIN_ADJUSTMENT ,
347
338
KEY_DISABLE_TERMINAL_SESSION_CHANGE_TOAST ,
348
339
KEY_ENFORCE_CHAR_BASED_INPUT ,
349
340
KEY_HIDE_SOFT_KEYBOARD_ON_STARTUP ,
0 commit comments