--- src/.iscreenrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/.iscreenrc b/src/.iscreenrc index 802afbd..4b766cf 100644 --- a/src/.iscreenrc +++ b/src/.iscreenrc @@ -50,8 +50,8 @@ echo -n "." # # And who invented the initialisation for facit terminals? We tell him that # we non't like smooth scroll, by specifying :ti=\E[?l:. -# \E[?3l 80 Zeichen -# \E[?3h 132 Zeichen +# \E[?3l 80 columns +# \E[?3h 132 columns # LP Last column Printable # \E[A cursor up # \E[B cursor down -- 2.28.0
