Compare commits
No commits in common. "3c9623040f450fffa1c9b339b738b8622de82e30" and "4667091488da81807b39649fd55c5e45d0c99301" have entirely different histories.
3c9623040f
...
4667091488
2 changed files with 1 additions and 47 deletions
2
main.c
2
main.c
|
@ -6,7 +6,7 @@
|
|||
#include "basic.h"
|
||||
#include "full.h"
|
||||
|
||||
#define VERSION "0.0.2"
|
||||
#define VERSION "0.0.1"
|
||||
|
||||
#define RESET "\x1b[0m"
|
||||
|
||||
|
|
|
@ -1,46 +0,0 @@
|
|||
.Dd $Mdocdate$
|
||||
.Dt PRIDE-C 6
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm pride-c
|
||||
.Nd shows pride flags in the terminal using ANSI color sequences.
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Ar flag
|
||||
.Nm
|
||||
.Op Fl -help | Fl -version
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
displays pride flags for reduced color terminals. Outputs 8- or 256-color flags depending on if
|
||||
.Ev COLORTERM
|
||||
is set. If no
|
||||
.Ar flag
|
||||
is provided,
|
||||
.Nm
|
||||
defaults to 'rainbow'. The following flags are implemented:
|
||||
.Pp
|
||||
.Bl -tag -compact
|
||||
.It aroace, aro-ace
|
||||
.It bisexual, bi
|
||||
.It gay, mlm
|
||||
.It lesbian, wlw
|
||||
.It nonbinary, nb
|
||||
.It pansexual, pan
|
||||
.It transgender, trans
|
||||
.El
|
||||
.Sh ENVIRONMENT
|
||||
.Bl -tag -width Ds
|
||||
.It COLORTERM
|
||||
Should be set by your terminal if it supports colors. If set,
|
||||
.Nm
|
||||
will use 256-color mode.
|
||||
.Sh SEE ALSO
|
||||
.Xr pride 6
|
||||
.Sh HISTORY
|
||||
.Nm
|
||||
is a C port of
|
||||
.Xr pride 6
|
||||
made for reduced color terminals and embedded systems.
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
.An Valerie Wolfe Aq Mt sleeplessval@gmail.com
|
Loading…
Reference in a new issue