0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00

Fix a typo in a comment (#695)

This commit is contained in:
Kerollos Magdy 2021-11-12 21:11:39 +02:00 committed by GitHub
parent 0dfa1c17fc
commit 414322206e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
bin/n
View File

@ -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
}