Differences From Artifact [0e5c8b6e44]:
- File unix/pterm.c — part of check-in [89a7cd7830] at 2002-10-20 08:23:30 on branch trunk — Implement Richard's really clever idea about bell overload mode: it's automatically deactivated by any keypress, so that command-line beeps from (e.g.) filename completion don't suddenly stop occurring, but it still provides a rapid response to an accidental spewing of a binary to your terminal. (user: simon size: 51940)
To Artifact [8af4c47ba2]:
- File unix/pterm.c — part of check-in [b42bbd8274] at 2002-10-22 08:27:58 on branch trunk — Make -ut work the right way round! :-) (user: simon size: 51940)
| ︙ | |||
1699 1700 1701 1702 1703 1704 1705 | 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 | - + |
} else if (!strcmp(p, "-ut-") || !strcmp(p, "+ut")) {
SECOND_PASS_ONLY;
cfg.stamp_utmp = 0;
} else if (!strcmp(p, "-ut")) {
SECOND_PASS_ONLY;
|
| ︙ |