|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 312 (0x138) Types: TextFile Names: »move.c.pat«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─⟦this⟧ »cph85dist/new_curses/move.c.pat«
*** 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)