From 414322206e2c7ca60d5f40cd99275c28ef113ae6 Mon Sep 17 00:00:00 2001 From: Kerollos Magdy Date: Fri, 12 Nov 2021 21:11:39 +0200 Subject: [PATCH] Fix a typo in a comment (#695) --- bin/n | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }