|
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: 500 (0x1f4) Types: TextFile Names: »clrtobot.c.pat«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─⟦this⟧ »cph85dist/new_curses/clrtobot.c.pat«
*** libcurses42/clrtobot.c Thu Nov 17 11:03:12 1983 --- libcurses/clrtobot.c Wed Jul 24 13:29:44 1985 *************** *** 3,5 /* ! * This routine erases everything on the window. * --- 3,7 ----- /* ! * This routine erases from the current position ! * to the end of the window (inclusive). ! * The current position remains unchanged. * *************** *** 34,36 } ! win->_curx = win->_cury = 0; } --- 36,40 ----- } ! #ifdef wantamess ! win->_curx=win->_cury=0; ! #endif }