home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume2
/
window
/
part4
/
move.c.pat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1986-11-30
|
312 b
|
15 lines
*** libcurses42/move.c Thu Nov 17 11:03:14 1983
--- libcurses/move.c Wed Jul 24 13:25:47 1985
***************
*** 14,15
# endif
if (x >= win->_maxx || y >= win->_maxy)
--- 14,19 -----
# endif
+ #ifndef wantamess
+ if (x < 0 || y < 0)
+ return(ERR);
+ #endif
if (x >= win->_maxx || y >= win->_maxy)