Skip to content

Commit

Permalink
update aee
Browse files Browse the repository at this point in the history
  • Loading branch information
anoraktrend committed Jun 13, 2024
1 parent 2f0c48b commit 6518cee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ Mkfile.old
dkms.conf
ee
aee
cursedee
ane

# End of https://mrkandreev.name/snippets/gitignore-generator/#C
Binary file removed cursedee
Binary file not shown.
2 changes: 1 addition & 1 deletion makefile.ee.newcurse.lib
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEFINES = -DSYS5 -DBSD_SELECT -DNCURSE -DHAS_UNISTD -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB -DHAS_SYS_WAIT -DSLCT_HDR
DEFINES = -DSYS5 -DBSD_SELECT -DNCURSE -DHAS_UNISTD -DNO_CATGETS -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB -DHAS_SYS_WAIT -DSLCT_HDR

CFLAGS= -O0 -march=native -mtune=native -flto -fcommon

Expand Down
2 changes: 1 addition & 1 deletion new_curse.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include <stdio.h>

#ifdef SYS5
#include <termio.h>
#include "termio.h"
#else
#include <sgtty.h>
#include <fcntl.h>
Expand Down
6 changes: 6 additions & 0 deletions termio.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* Compatible <termio.h> for old `struct termio' ioctl interface.
This is obsolete; use the POSIX.1 `struct termios' interface
defined in <termios.h> instead. */

#include <termios.h>
#include <sys/ioctl.h>

0 comments on commit 6518cee

Please sign in to comment.