comparison src/hardcopy.c @ 681:9364d114ed8d v7.0204

updated for version 7.0204
author vimboss
date Wed, 22 Feb 2006 21:25:37 +0000
parents e649c78407e6
children bcd2edc4539e
comparison
equal deleted inserted replaced
680:5b101ff9d4c4 681:9364d114ed8d
490 curwin->w_topline = lnum; 490 curwin->w_topline = lnum;
491 curwin->w_botline = lnum + 63; 491 curwin->w_botline = lnum + 63;
492 printer_page_num = pagenum; 492 printer_page_num = pagenum;
493 493
494 # ifdef FEAT_EVAL 494 # ifdef FEAT_EVAL
495 use_sandbox = was_set_insecurely((char_u *)"printheader"); 495 use_sandbox = was_set_insecurely((char_u *)"printheader", 0);
496 # endif 496 # endif
497 build_stl_str_hl(curwin, tbuf, (size_t)(width + IOSIZE), 497 build_stl_str_hl(curwin, tbuf, (size_t)(width + IOSIZE),
498 p_header, use_sandbox, 498 p_header, use_sandbox,
499 ' ', width, NULL); 499 ' ', width, NULL, NULL);
500 500
501 /* Reset line numbers */ 501 /* Reset line numbers */
502 curwin->w_cursor.lnum = tmp_lnum; 502 curwin->w_cursor.lnum = tmp_lnum;
503 curwin->w_topline = tmp_topline; 503 curwin->w_topline = tmp_topline;
504 curwin->w_botline = tmp_botline; 504 curwin->w_botline = tmp_botline;