Clean up more pre 2.0 misinformation

This commit is contained in:
speedie 2023-07-14 02:07:59 +02:00
parent 1c6aecfbb0
commit cb6b01950d
2 changed files with 9 additions and 10 deletions

View file

@ -708,14 +708,14 @@ the output. This is useful when you want to check what the output actually is.
256 color sequences are also supported, but due to the complexity involved, they 256 color sequences are also supported, but due to the complexity involved, they
will not be covered in this man page. will not be covered in this man page.
## Pango markup ## Pango markup and text formatting
If spmenu was compiled with Pango enabled (default), you should be able to Because spmenu uses Pango and Cairo for text drawing, Pango markup can be used
utilize Pango markup in every part of spmenu. That is, the mode indicator, to format text and other elements.
items, input, prompt, etc.
Pango markup allows you to style text similar to an HTML document. It also Pango markup allows you to style text similar to an HTML document. It also
provides the `<span>` tag, which can be used to do surprisingly complex things. provides the `<span>` tag, which can be used to do surprisingly complex things,
such as drawing shapes.
There are many convenient tags as well which can be used to There are many convenient tags as well which can be used to
avoid using a `<span>` tag, such as: avoid using a `<span>` tag, such as:

View file

@ -758,15 +758,14 @@ This is useful when you want to check what the output actually is.
.PP .PP
256 color sequences are also supported, but due to the complexity 256 color sequences are also supported, but due to the complexity
involved, they will not be covered in this man page. involved, they will not be covered in this man page.
.SS Pango markup .SS Pango markup and text formatting
.PP .PP
If spmenu was compiled with Pango enabled (default), you should be able Because spmenu uses Pango and Cairo for text drawing, Pango markup can
to utilize Pango markup in every part of spmenu. be used to format text and other elements.
That is, the mode indicator, items, input, prompt, etc.
.PP .PP
Pango markup allows you to style text similar to an HTML document. Pango markup allows you to style text similar to an HTML document.
It also provides the \f[V]<span>\f[R] tag, which can be used to do It also provides the \f[V]<span>\f[R] tag, which can be used to do
surprisingly complex things. surprisingly complex things, such as drawing shapes.
.PP .PP
There are many convenient tags as well which can be used to avoid using There are many convenient tags as well which can be used to avoid using
a \f[V]<span>\f[R] tag, such as: a \f[V]<span>\f[R] tag, such as: