diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man9/thinkclient.9 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man9/thinkclient.9')
| -rw-r--r-- | static/v10/man9/thinkclient.9 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/static/v10/man9/thinkclient.9 b/static/v10/man9/thinkclient.9 new file mode 100644 index 00000000..f75cf8c4 --- /dev/null +++ b/static/v10/man9/thinkclient.9 @@ -0,0 +1,46 @@ +.TH THINKCLIENT 9.3 +.CT 2 file_io +.SH NAME +thinkchar, thinknchars, thinkflush, thinkmap, thinkabort \- ThinkJet routines +.SH SYNOPSIS +.B #include <jerq.h> +.br +.B #include <thinkclient.h> +.PP +.B int thinkchar(c) +.B int c; +.PP +.B int thinknchars(n, p) +.B int n; char *p; +.PP +.B int thinkflush() +.PP +.B int thinkmap(b, r) +.B Bitmap *b; Rectangle r; +.PP +.B int thinkabort() +.SH DESCRIPTION +These macros provide access to the routines used internally by +.IR thinkblt (9.1). +.I Thinkchar +and +.I thinknchars +send characters to the printer; characters are buffered so that +.I thinkflush +must be called after the last transmission. +.I Thinkmap +sends all or part of a bitmap (it calls +.I thinkflush +automatically). +.I Thinkabort +stops transmission as quickly as possible, throwing away any characters +that may be queued up. +.SH "SEE ALSO" +.IR thinkblt (9.1), +.IR newproc (9.2), +.IR types (9.5) +.SH DIAGNOSTICS +The routines return zero on success, a positive value on failure, and a +negative value if +.IR thinkblt (9.1) +is not loaded. |
