change config

This commit is contained in:
zcake 2021-01-06 09:43:31 +08:00
parent 7773e60c1b
commit edc4998003
3 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* See LICENSE file for copyright and license details. */
static char *opt_title = "Not A Terminal";
static char *opt_title = "Terminal";
/* Spare fonts */
static char *font2[] = {
"FiraCode Nerd Font:style=Light:pixelsize=8:antialias=true:autohint=true",//english
"Chiron Sans HK Light:style=Light:size=8",//chinese,Japanese,Korean
"Noto Color Emoji:size=8",//emoji
"FiraCode Nerd Font:style=Light:pixelsize=8:antialias=true:autohint=true",//English
"Chiron Sans HK Light:style=Light:size=8",//Chinese,Japanese,Korean
"Openmoji Color glyf_colr_0:style=Regular:size=8",//Emoji
};
/*
@ -27,7 +27,7 @@ static int borderpx = 2;
static char *shell = "/bin/sh";
char *utmp = NULL;
/* scroll program: to enable use a string like "scroll" */
char *scroll = "scroll";
char *scroll = NULL;
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
/* identification sequence returned in DA and DECID */

BIN
st

Binary file not shown.

BIN
x.o

Binary file not shown.