diff options
Diffstat (limited to 'news/tin/files/patch-aa')
-rw-r--r-- | news/tin/files/patch-aa | 29 |
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 + } + |