Differences From Artifact [eb4c3e5998]:
- File tclreadline.c — part of check-in [5f3ab55c4a] at 2014-02-26 00:38:52 on branch origin/devel — Harmonize file headers, indent and whitespace in all files (user: quentin@minster.io, size: 27105) [annotate] [blame] [check-ins using]
To Artifact [8e0b5f7ca4]:
- File tclreadline.c — part of check-in [a9511ba2db] at 2014-02-26 22:37:52 on branch origin/devel — Cleanup of compilation warnings * Add the -Wall compilation flag * Use rl_ding() instead of undeclared ding() (user: quentin@minster.io, size: 27108) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
411 412 413 414 415 416 417 |
/*
* ring the terminal bell obeying the current
* settings -- audible or visible.
*/
| | | 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 |
/*
* ring the terminal bell obeying the current
* settings -- audible or visible.
*/
rl_ding();
break;
case TCLRL_UPDATE:
if (objc != 2) {
Tcl_WrongNumArgs(interp, 2, objv, "");
return TCL_ERROR;
}
|
| ︙ | ︙ |