|
|
| version 1.7, 2003/08/07 21:16:59 | version 1.8, 2004/02/20 17:10:14 |
|---|---|
| Line 413 scmeminit(void *arg) | Line 413 scmeminit(void *arg) |
| return; | return; |
| /* copy the temporary buffer to the final buffer */ | /* copy the temporary buffer to the final buffer */ |
| sc_alloc_scr_buffer(sc_console, FALSE, FALSE); | sc_alloc_scr_buffer(sc_console, TRUE, FALSE); |
| #ifndef SC_NO_CUTPASTE | #ifndef SC_NO_CUTPASTE |
| sc_alloc_cut_buffer(sc_console, FALSE); | sc_alloc_cut_buffer(sc_console, TRUE); |
| #endif | #endif |
| #ifndef SC_NO_HISTORY | #ifndef SC_NO_HISTORY |
| /* initialize history buffer & pointers */ | /* initialize history buffer & pointers */ |
| sc_alloc_history_buffer(sc_console, 0, 0, FALSE); | sc_alloc_history_buffer(sc_console, 0, 0, TRUE); |
| #endif | #endif |
| } | } |