# GNU screen configuration file.
#
-# (BATTERY) is only used on laptops, (ROOT) only if running as root.
+# (NAME) is used to selectively disable features, see setup.sh for details.
# Copyright (C) 2011-2018 Simon Ruderich
#
# Setup script for shell configuration files.
-# Copyright (C) 2011-2014 Simon Ruderich
+# Copyright (C) 2011-2018 Simon Ruderich
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
sed_i 's/Enable 256 color/Disable 256 color/;
s/screen-256color/screen/' screenrc
fi
-# Some options are only necessary when running as root. They are marked as
-# "(ROOT)".
-if test "`id -u`" -ne 0; then
- echo 'screenrc: removing root options'
- grep_i -v '(ROOT)' screenrc
-fi
# Rxvt doesn't need the attrcolor "fix". As I prefer rxvt assume I use it when
# it's installed.
if installed rxvt; then