aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-04-22 10:29:35 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-04-22 10:29:35 -0700
commit4b0ef5bf1644520bcec05a7b2f59d6787eb616f8 (patch)
tree0d92e510096020202a50c177db802dab77fba118 /sys/cmd/term
parent4bee1c911c0a710da47b62a31e84535d2e0b7c76 (diff)
chore(refactor): explicit definition of useful interfaces
Diffstat (limited to 'sys/cmd/term')
-rw-r--r--sys/cmd/term/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/cmd/term/config.h b/sys/cmd/term/config.h
index 1e4603a..f638e8a 100644
--- a/sys/cmd/term/config.h
+++ b/sys/cmd/term/config.h
@@ -6,8 +6,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-// static char *font = "consolas:pixelsize=16:antialias=true";
-static char *font = "FiraCode:pixelsize=16:antialias=true";
+static char *font = "consolas:pixelsize=16:antialias=true";
static int borderpx = 2;
/*