aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanguy Pruvot <tanguy.pruvot@gmail.com>2014-10-06 12:41:47 -0500
committerDan Pasanen <dan.pasanen@gmail.com>2014-10-06 12:42:32 -0500
commit61d7e027464ee83bbc0763e81d25332ced7c59dd (patch)
tree498abd6acda4b5242e4c89a421491709108e7b98
parentd877b77278b269c94a868f4b700d5ff8ad6a31e2 (diff)
downloadandroid_external_bash-61d7e027464ee83bbc0763e81d25332ced7c59dd.tar.gz
android_external_bash-61d7e027464ee83bbc0763e81d25332ced7c59dd.tar.bz2
android_external_bash-61d7e027464ee83bbc0763e81d25332ced7c59dd.zip
With this simple command, nano and vim will use the full size of the terminal in adb shell Without, the default terminfo is used (80x24) Change-Id: Ic536966b5ab18533064fc2c851497911595bc0da
-rw-r--r--etc/bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/bashrc b/etc/bashrc
index 8d933ac..136cdfb 100644
--- a/etc/bashrc
+++ b/etc/bashrc
@@ -49,3 +49,4 @@ alias sysrw='mount -o remount,rw /system'
# Try to keep environment pollution down, EPA loves us.
unset use_color safe_term match_lhs
+resize