hardware_caps: add boxmodel

Origin commit data
------------------
Commit: 61162a6ab7
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-03 (Wed, 03 Jan 2024)

Origin message was:
------------------
- hardware_caps: add boxmodel

------------------
No further description and justification available within origin commit message!

------------------
Migit v0.7
This commit is contained in:
vanhofen
2024-01-03 22:23:59 +01:00
committed by Thilo Graf
parent eeab1cd2e6
commit dbf0dbc17c
5 changed files with 23 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ hw_caps_t *get_hwcaps(void)
caps.display_has_statusline = 0;
caps.display_has_colon = 0;
strcpy(caps.startup_file, "");
strcpy(caps.boxmodel, "generic");
strcpy(caps.boxvendor, "Generic");
strcpy(caps.boxname, "PC");
if (! uname(&u))