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
TAB is not identified on OS X
master
Arun Prakash Jana
7 years ago
parent
4dca8d7cf9
commit
f1f2a53dbf
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nnn.c
+ 1
- 1
nnn.c
View File
@@ -1055,7 +1055,7 @@ xreadline(char *fname)
}
}
/* TAB breaks cursor position, ignore it */
/* TAB breaks cursor position, ignore it */
if (*ch ==
TAB || *ch ==
'\t')
if (*ch == '\t')
continue;
continue;
if (pos < buflen) {
if (pos < buflen) {
Write
Preview
Loading…
Cancel
Save