-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefs documentation updates #22
base: master
Are you sure you want to change the base?
Conversation
sync from upstream
Document the "vim escape" syntax recognized in several places where strings are defined, ex ENQ Answerback pref.
…cription of anti-idle. Term Type does more than merely report via TERM, it changes the behavior of iTerm2, ie sends different keystrokes, recognizes different escape codes, etc. New ENQ Answerback setting was missing. Improve anti-idle description a little.
Remove for now to make a PR for some other changes without this. Add back later.
@@ -211,8 +213,8 @@ If selected, a session's pane, tab, or window will automatically close when the | |||
When a session will close, you can choose when to be prompted with a modal alert. | |||
#### Automatically log session input to files in: | |||
If enabled, every session's output will be logged to a file in the specified directory. File names are formatted as Date_Time.ProfileName.TerminalID.ProcessId.RandomNumber.log. | |||
#### When idle, send ASCII code | |||
If selected, the specified ASCII code will be transmitted every 30 seconds while nothing is happening. Don't use this unless you know what you're doing as it can have unexpected consequences. | |||
#### When idle, send ASCII code __ every __ seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These docs are still for 2.1.4. The docs for 2.9.x (which will graduate to 3.0 when exiting beta) are in the v3
branch. Please send the PR for that branch, instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it. Will do.
Terminal Type does more than merely report (via setting $TERM), it alters iTerm2's behavior. Different keystrokes are sent, different escape codes are recognized, etc.
Document new enq answerback pref.
Document new anti-idle prefs.