input: note fullscreen isn't supported by quick terminal

This commit is contained in:
Mitchell Hashimoto
2024-09-28 18:49:52 -07:00
parent 61dd395251
commit 1f3c3dde10
2 changed files with 9 additions and 1 deletions

View File

@@ -372,10 +372,11 @@ pub const Action = union(enum) {
/// is preserved between appearances, so you can always press the keybinding
/// to bring it back up.
///
/// Ths quick terminal has some limitations:
/// The quick terminal has some limitations:
///
/// - It is a singleton; only one instance can exist at a time.
/// - It does not support tabs.
/// - It does not support fullscreen.
/// - It will not be restored when the application is restarted
/// (for systems that support window restoration).
///