mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
ChangeLog: https://www.scrollz.info/download/ChangeLog.2.3.1.txt Use online commit to avoid gcc. PR: 262693 Reported by: Christopher.petrik@usm.edu Approved by: freebsd@bitchx.org (maintainer, timeout > 2 weeks) Reviewed by: mikael@ MFH: 2022Q2 (bugfix release, security) Security: CVE-2021-29376
10 lines
310 B
C
10 lines
310 B
C
--- include/screen.h.orig 2021-05-06 08:04:55 UTC
|
|
+++ include/screen.h
|
|
@@ -47,6 +47,7 @@
|
|
#define ST_NOTHING -1
|
|
#define ST_SCREEN 0
|
|
#define ST_XTERM 1
|
|
+#define ST_TMUX 2
|
|
|
|
/* This is here because it happens in so many places */
|
|
#define curr_scr_win current_screen->current_window
|