mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
Changes: https://github.com/nullgemm/ly/releases/tag/v0.5.0 Reviewed by: 0mp Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28457
10 lines
232 B
C
10 lines
232 B
C
--- src/config.h.orig 2020-02-03 07:51:05 UTC
|
|
+++ src/config.h
|
|
@@ -88,6 +88,7 @@ struct config
|
|
char* shutdown_cmd;
|
|
char* term_reset_cmd;
|
|
u8 tty;
|
|
+ u8 vt;
|
|
char* wayland_cmd;
|
|
bool wayland_specifier;
|
|
char* waylandsessions;
|