summaryrefslogtreecommitdiff
path: root/.screenrc
diff options
context:
space:
mode:
Diffstat (limited to '.screenrc')
-rw-r--r--.screenrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/.screenrc b/.screenrc
index 3e82d4f..c897510 100644
--- a/.screenrc
+++ b/.screenrc
@@ -4,10 +4,12 @@
shell /bin/zsh
startup_message off
defutf8 on
+defencoding UTF-8
+bce on
+defbce on
+#term xterm-color
+setenv LANG en_GB.UTF-8
autodetach on
-screen 0 irssi
-screen 1 mutt
-screen 2 vim
# set status lines
#caption always "%{bw}%w%{wk} %-77= %1`"
@@ -19,7 +21,6 @@ hardstatus string "%{wk}%H%{wk} | %{bw}%w%{wk} %-41= | %{rk}%l%{wk} | %{gk}%D %d
#hardstatus alwayslastline "%{wr}%n%f %t %{kw} | %?%-Lw%?%{wb}%n*%f %t%?(%u)%?%{kw}%?%+Lw%? %{wk}"
# keybindings
-bind i screen -t 'irssi' 0 irssi
bind m screen -t 'mutt' 1 mutt
bind v screen -t 'vim' 2 vim
df3ad0210&id2=1001354ca34179f3db924eb66672442a173147dc'>diff)
ASoC: uda1380: Remove #if IS_ENABLED(CONFIG_I2C)
uda1380 driver doesn't work without CONFIG_I2C anyway. Let's remove #if IS_ENABLED(CONFIG_I2C), and use module_i2c_driver(). And, this patch adds "depends on I2C" to Kconfig Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/media/uapi')