|
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: 309 (0x135) Types: TextFile Names: »mvwin.c.pat«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─⟦this⟧ »cph85dist/new_curses/mvwin.c.pat«
*** libcurses42/mvwin.c Thu Nov 17 11:03:03 1983 --- libcurses/mvwin.c Wed May 30 22:23:12 1984 *************** *** 12,14 ! if (by + win->_maxy > LINES || bx + win->_maxx > COLS) return ERR; --- 12,14 ----- ! if (by + win->_maxy > LINES || bx + win->_maxx > COLS || by<0 || bx<0) return ERR;