sessions: failsafe session is now accessible via separate launcher icon

Also enables session autoclosing so no more "annoying" messages
about "process completed - press enter". There autoclosing will be
performed on exit codes '0' and '130'.

On Android TV devices old behaviour will be used - auto close enabled for all
sessions when amount of running sessions >1.
This commit is contained in:
Leonid Plyushch
2019-02-11 20:10:33 +02:00
committed by Fredrik Fornwall
parent bda80547ad
commit fe41cd486f
4 changed files with 51 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
<resources>
<string name="application_name">Termux</string>
<string name="shared_user_label">Termux user</string>
<string name="app_failsafe_mode">Termux (failsafe)</string>
<string name="new_session">New session</string>
<string name="new_session_failsafe">Failsafe</string>
<string name="toggle_soft_keyboard">Keyboard</string>