Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Someone-Else
Vim
Commits
65de869c
Commit
65de869c
authored
19 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.0115
parent
58d98234
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/proto/hardcopy.pro
+21
-0
21 additions, 0 deletions
src/proto/hardcopy.pro
with
21 additions
and
0 deletions
src/proto/hardcopy.pro
0 → 100644
+
21
−
0
View file @
65de869c
/*
hardcopy.c
*/
char_u
*
parse_printoptions
__ARGS
((
void
));
char_u
*
parse_printmbfont
__ARGS
((
void
));
int
get_printer_page_num
__ARGS
((
void
));
int
prt_header_height
__ARGS
((
void
));
int
prt_use_number
__ARGS
((
void
));
int
prt_get_unit
__ARGS
((
int
idx
));
void
ex_hardcopy
__ARGS
((
exarg_T
*
eap
));
void
mch_print_cleanup
__ARGS
((
void
));
int
mch_print_init
__ARGS
((
prt_settings_T
*
psettings
,
char_u
*
jobname
,
int
forceit
));
int
mch_print_begin
__ARGS
((
prt_settings_T
*
psettings
));
void
mch_print_end
__ARGS
((
prt_settings_T
*
psettings
));
int
mch_print_end_page
__ARGS
((
void
));
int
mch_print_begin_page
__ARGS
((
char_u
*
str
));
int
mch_print_blank_page
__ARGS
((
void
));
void
mch_print_start_line
__ARGS
((
int
margin
,
int
page_line
));
int
mch_print_text_out
__ARGS
((
char_u
*
p
,
int
len
));
void
mch_print_set_font
__ARGS
((
int
iBold
,
int
iItalic
,
int
iUnderline
));
void
mch_print_set_bg
__ARGS
((
long_u
bgcol
));
void
mch_print_set_fg
__ARGS
((
long_u
fgcol
));
/*
vim: set ft=c :
*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment