diff --git a/bin/n b/bin/n index e234cca..d7514f2 100755 --- a/bin/n +++ b/bin/n @@ -337,7 +337,7 @@ enter_fullscreen() { leave_fullscreen() { # Set cursor to normal tput cnorm 2> /dev/null - # Restore screen contentsq + # Restore screen contents tput rmcup 2> /dev/null stty echo }