Added a new argument for Lynx that sets the terminal type

This commit is contained in:
asdf 2019-02-28 23:18:17 +11:00
parent fe276e4ed3
commit 048d0f98ff
1 changed files with 1 additions and 1 deletions

2
config
View File

@ -25,7 +25,7 @@ MAX_AGE=90 # OLDER THAN THIS GET DELETED
# DEFAULT HELPER APPS:
DEFAULT_EDITOR="nano -R"; ## -R FOR SECURITY.
DEFAULT_BROWSER="lynx -restrictions=all";
DEFAULT_BROWSER="lynx -restrictions=all -term=vt100";
# USER INPUT RESTRICTIONS:
URL_MAX_LEN=200 ## WHAT IS REASONABLE?