diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ah-tty/files/patch-src_psh.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/ah-tty/files/patch-src_psh.h b/sysutils/ah-tty/files/patch-src_psh.h new file mode 100644 index 000000000000..23171d45718c --- /dev/null +++ b/sysutils/ah-tty/files/patch-src_psh.h @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/psh.h.orig ++++ src/psh.h +@@ -52,7 +52,6 @@ + the screen - BEL is a good example (only one yet:) */ + #define IGNORECHARS "\007" + +-extern WINDOW* ShellWin, *HelpWin; + extern PANEL* ShellPanel, *HelpPanel; + + /* function declarations */ |