aboutsummaryrefslogtreecommitdiff
path: root/man/man3/frame.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/frame.3')
-rw-r--r--man/man3/frame.320
1 files changed, 19 insertions, 1 deletions
diff --git a/man/man3/frame.3 b/man/man3/frame.3
index 1e063802..d4eecddf 100644
--- a/man/man3/frame.3
+++ b/man/man3/frame.3
@@ -1,6 +1,6 @@
.TH FRAME 3
.SH NAME
-frinit, frsetrects, frinittick, frclear, frcharofpt, frptofchar, frinsert, frdelete, frselect, frtick, frselectpaint, frdrawsel, frdrawsel0, frgetmouse \- frames of text
+frinit, frsetrects, frinittick, frclear, frcharofpt, frptofchar, frinsert, frdelete, frselect, frtick, frselectpaint, frdrawsel, frdrawsel0, frdrawseltick, frgetmouse \- frames of text
.SH SYNOPSIS
.nf
.B
@@ -55,6 +55,11 @@ void frdrawsel(Frame *f, Point pt0, ulong p0, ulong p1,
int highlighted)
.PP
.B
+void frdrawseltick(Frame *f, Point pt0, ulong p0, ulong p1,
+.B
+ int highlighted, int ticked)
+.PP
+.B
void frdrawsel0(Frame *f, Point pt0, ulong p0, ulong p1,
.B
Image *back, Image *text)
@@ -339,6 +344,19 @@ on the screen; like all of the selection-helper routines'
.B Point
arguments, it must be a value generated by
.IR frptofchar .
+.I Frdrawseltick
+is identical to
+.I frdrawsel
+except that the
+.I ticked
+flag controls whether to draw the tick
+when
+.I highlighted
+is non-zero and
+.I p0
+and
+.I p1
+are equal.
.I Frdrawsel0
is a lower-level routine, taking as arguments a background color,
.IR back ,