1
0
Fork
You've already forked cmap
0
Work in progress
  • C 77.1%
  • Roff 16.1%
  • Makefile 6.8%
Find a file
Mattias Andrée 4aacecac86
Change default font size to 14
Signed-off-by: Mattias Andrée <m@maandree.se>
2026年06月09日 21:07:53 +02:00
.gitignore First commit 2025年12月21日 20:15:54 +01:00
cmap.1 First commit 2025年12月21日 20:15:54 +01:00
cmap.c Change default font size to 14 2026年06月09日 21:07:53 +02:00
common.h First commit 2025年12月21日 20:15:54 +01:00
config.mk First commit 2025年12月21日 20:15:54 +01:00
LICENSE m 2026年06月07日 14:12:19 +02:00
Makefile First commit 2025年12月21日 20:15:54 +01:00
README m 2026年06月07日 14:12:19 +02:00

NAME
	cmap - character selection utility for the terminal
SYNOPSIS
	cmap [-f font-family] [-s [font-size][/[[min]-[max]]]] [-B | -S] [-bi]
DESCRIPTION
	cmap is an interactive terminal utility for browsing and copying
	characters.
OPTIONS
	The cmap utility conforms to the Base Definitions
	volume of POSIX.1-2017, Section 12.2, Utility Syntax Guidelines.
	The following options are supported:
	-B
		Use listing by Unicode block by default.
	-b
		Use bold font by default
	-f font-family
		Use font-family as the default font family.
	-i
		Use italic or oblique font by default.
	-S
		Use listing by script by default.
	-s [font-size][/[[min]-[max]]]
		Set the default font size, in the character
		table, to font-size.
		Set the minimum font size, in the character
		table, to min.
		Set the maximum font size, in the character
		table, to max.
OPERANDS
	No operands are supported.
SEE ALSO
	gcmap(1)