|
|
|
@ -6,7 +6,7 @@ extended capability E3. This is useful to prevent an attacker to read
|
|
|
|
|
content of a locked terminal via Shift-PgUp key.
|
|
|
|
|
|
|
|
|
|
diff --git a/display.c b/display.c
|
|
|
|
|
index a4d953a..9ce34dd 100644
|
|
|
|
|
index d0ed6a4..7b534c0 100644
|
|
|
|
|
--- a/display.c
|
|
|
|
|
+++ b/display.c
|
|
|
|
|
@@ -4079,4 +4079,10 @@ char **cmdv;
|
|
|
|
@ -21,10 +21,10 @@ index a4d953a..9ce34dd 100644
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
diff --git a/extern.h b/extern.h
|
|
|
|
|
index bb7d3fb..a2678e3 100644
|
|
|
|
|
index d4e57df..4564581 100644
|
|
|
|
|
--- a/extern.h
|
|
|
|
|
+++ b/extern.h
|
|
|
|
|
@@ -319,6 +319,7 @@ extern int color256to88 __P((int));
|
|
|
|
|
@@ -320,6 +320,7 @@ extern int color256to88 __P((int));
|
|
|
|
|
extern void ResetIdle __P((void));
|
|
|
|
|
extern void KillBlanker __P((void));
|
|
|
|
|
extern void DisplaySleep1000 __P((int, int));
|
|
|
|
@ -33,10 +33,10 @@ index bb7d3fb..a2678e3 100644
|
|
|
|
|
/* resize.c */
|
|
|
|
|
extern int ChangeWindowSize __P((struct win *, int, int, int));
|
|
|
|
|
diff --git a/screen.c b/screen.c
|
|
|
|
|
index c50952b..2fee7fa 100644
|
|
|
|
|
index 7dcb9af..c934d75 100644
|
|
|
|
|
--- a/screen.c
|
|
|
|
|
+++ b/screen.c
|
|
|
|
|
@@ -1950,6 +1950,7 @@ void Detach(int mode)
|
|
|
|
|
@@ -1952,6 +1952,7 @@ void Detach(int mode)
|
|
|
|
|
|
|
|
|
|
case D_LOCK:
|
|
|
|
|
ClearAll();
|
|
|
|
@ -45,7 +45,7 @@ index c50952b..2fee7fa 100644
|
|
|
|
|
/* tell attacher to lock terminal with a lockprg. */
|
|
|
|
|
break;
|
|
|
|
|
diff --git a/term.c b/term.c
|
|
|
|
|
index c92d85a..a6e9200 100644
|
|
|
|
|
index c7a13c9..f49b3a7 100644
|
|
|
|
|
--- a/term.c
|
|
|
|
|
+++ b/term.c
|
|
|
|
|
@@ -83,6 +83,7 @@ struct term term[T_N] =
|
|
|
|
|