fixed nvim error closes #5

This commit is contained in:
Dylan Araps 2020-08-04 19:01:12 +03:00
parent 60f15cbd3e
commit c9f3bd09c2
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 0 deletions

3
shfm
View File

@ -89,9 +89,12 @@ term_scroll_up() {
cmd_run() {
esc screen_alt h
esc DECTCEM h
esc DECSTBM
"$@"
esc DECSTBM 1 "$((LINES - 2))"
esc screen_alt l
esc DECTCEM l
esc CUP "$y2"
}
file_escape() {