File: ding.patch

package info (click to toggle)
tclreadline 2.1.0-15%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,832 kB
  • sloc: sh: 7,566; tcl: 5,688; ansic: 717; makefile: 75
file content (15 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Sergei Golovan
Description: Patch replaces the deprecated ding() call by rl_ding().
Last-Modified: Sat, 08 Oct 2016 11:17:43 +0300

--- a/tclreadline.c
+++ b/tclreadline.c
@@ -419,7 +419,7 @@
 	     * settings -- audible or visible.
 	     */
 
-	    ding();
+	    rl_ding();
 	    break;
 
         case TCLRL_UPDATE: