Skip to content

Commit

Permalink
less: fix for 6502
Browse files Browse the repository at this point in the history
  • Loading branch information
EtchedPixels committed Feb 10, 2025
1 parent be032e5 commit ef4f5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Applications/util/less.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <string.h>
#include <termios.h>
#include <sys/ioctl.h>
#include <curses.h>
#include <termcap.h>

#define DEVTTY "/dev/tty" /* Name of the terminal device */
#define BUFLEN 512 /* Size of the line buffer */
Expand Down

0 comments on commit ef4f5f6

Please sign in to comment.