Menu

#8 "Control-C" is not always correct

open
nobody
None
5
2008-01-12
2008-01-12
Peter Fales
No

(I realize this is not a big issue, but it's something I noticed right away)

When bstamp_run is executed, it prints the message:

DEBUG OUTPUT: (Press [Control]-[C] to complete sequence)

However, this is only correct when your INTR character is set to Control-C. If it's not, there are at least three things that could be done:

1) Temporarily change the INTR character to control-C so that the message is correct.
2) Change the message to say "Press your INTR Character"
3) Change the message to reflect the actual character in use such as "(Press [DEL] to complete)"

Discussion