mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Update doc inform toggle_quick_terminal macOS only (#3464)
From the 'CONTRIBUTING.md': "Pull requests should be associated with a previously accepted issue. If you open a pull request for something that wasn't previously discussed, it may be closed or remain stale for an indefinite period of time. I'm not saying it will never be accepted, but the odds are stacked against you." I understand this, and I make a PR without an issue because I feel like this is actually binary. On discord I've been informed the quick terminal is macOS only, and in the documentation I don't think this is expressed, please correct me if wrong and close this. If it's correct and the documentation should contain it, then here's my PR adding that information on the bottom of the section. If the location of the added information does not fit the style guidelines I can change it.
This commit is contained in:
@ -393,6 +393,8 @@ pub const Action = union(enum) {
|
||||
///
|
||||
/// See the various configurations for the quick terminal in the
|
||||
/// configuration file to customize its behavior.
|
||||
///
|
||||
/// This currently only works on macOS.
|
||||
toggle_quick_terminal: void,
|
||||
|
||||
/// Show/hide all windows. If all windows become shown, we also ensure
|
||||
|
Reference in New Issue
Block a user