summaryrefslogtreecommitdiffstats
path: root/news/tin/files
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-11-04 08:36:56 +0000
committerache <ache@FreeBSD.org>1997-11-04 08:36:56 +0000
commitafa09b2622103c1ba22752b5bd0dc22efb5ca35d (patch)
tree86d2b5307d5282dc761aad15eca24747a4ec211a /news/tin/files
parent52e2976aab1cc207b400c343d8ad638cb8f57930 (diff)
downloadFreeBSD-ports-afa09b2622103c1ba22752b5bd0dc22efb5ca35d.zip
FreeBSD-ports-afa09b2622103c1ba22752b5bd0dc22efb5ca35d.tar.gz
Upgrade to 971102
Diffstat (limited to 'news/tin/files')
-rw-r--r--news/tin/files/patch-aa29
1 files changed, 29 insertions, 0 deletions
diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa
new file mode 100644
index 0000000..676f512
--- /dev/null
+++ b/news/tin/files/patch-aa
@@ -0,0 +1,29 @@
+*** src/screen.c.bak Thu Oct 30 06:12:34 1997
+--- src/screen.c Tue Nov 4 10:39:41 1997
+***************
+*** 307,316 ****
+ ring_bell (void)
+ {
+ #if USE_CURSES
+! beep();
+! #else
+ my_fputc ('\007', stdout);
+ my_flush();
+ #endif
+ }
+
+--- 307,320 ----
+ ring_bell (void)
+ {
+ #if USE_CURSES
+! if (!cmd_line)
+! beep();
+! else {
+! #endif
+ my_fputc ('\007', stdout);
+ my_flush();
++ #if USE_CURSES
++ }
+ #endif
+ }
+
OpenPOWER on IntegriCloud