mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 15:25:58 +01:00
cursorColor removed
This commit is contained in:
parent
6863c0608a
commit
c5107954b2
1 changed files with 0 additions and 1 deletions
1
config.h
1
config.h
|
@ -170,7 +170,6 @@ ResourcePref resources[] = {
|
|||
{ "color15", STRING, &colorname[15] },
|
||||
{ "background", STRING, &colorname[256] },
|
||||
{ "foreground", STRING, &colorname[257] },
|
||||
{ "cursorColor", STRING, &colorname[258] },
|
||||
{ "termname", STRING, &termname },
|
||||
{ "shell", STRING, &shell },
|
||||
{ "xfps", INTEGER, &xfps },
|
||||
|
|
Loading…
Reference in a new issue