X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Flsb-functions;h=82d234f825ef5e0f84efd952434c5cdaf0ac242d;hb=e86b781eabdb7f65f121295630faf5005547be28;hp=c21dd2c6cab1a5335754c4dd1119bdf4743fd77f;hpb=9bb3d2af40c1433290ae4fe1c5a3a700966ee72c;p=grml-etc-core.git diff --git a/etc/grml/lsb-functions b/etc/grml/lsb-functions index c21dd2c..82d234f 100644 --- a/etc/grml/lsb-functions +++ b/etc/grml/lsb-functions @@ -771,7 +771,7 @@ else fi if [[ ${RC_ENDCOL} == yes ]]; then - ENDCOL=$'\e[A\e['$(( COLS - 7 ))'G' + ENDCOL=$'\e[A\e['$(( COLS - 8 ))'G' else ENDCOL='' fi