This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix screen not cleared with drag down on narrow terms
master
Arun Prakash Jana
4 years ago
parent
0c966b2178
commit
6d13fce698
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/nnn.c
+ 2
- 0
src/nnn.c
View File
@@ -5016,6 +5016,8 @@ static void redraw(char *path)
/* Fail redraw if < than 10 columns, context info prints 10 chars */
if (ncols < MIN_DISPLAY_COLS) {
/* Clear from last entry to end */
clrtobot();
printmsg(messages[MSG_FEW_COLUMNS]);
return;
}
Write
Preview
Loading…
Cancel
Save