mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
config: increase default max scrollback to 10MB
This commit is contained in:
@ -446,7 +446,7 @@ command: ?[]const u8 = null,
|
|||||||
/// This is a future planned feature.
|
/// This is a future planned feature.
|
||||||
///
|
///
|
||||||
/// This can be changed at runtime but will only affect new terminal surfaces.
|
/// This can be changed at runtime but will only affect new terminal surfaces.
|
||||||
@"scrollback-limit": u32 = 10_000,
|
@"scrollback-limit": u32 = 10_000_000, // 10MB
|
||||||
|
|
||||||
/// Match a regular expression against the terminal text and associate clicking
|
/// Match a regular expression against the terminal text and associate clicking
|
||||||
/// it with an action. This can be used to match URLs, file paths, etc. Actions
|
/// it with an action. This can be used to match URLs, file paths, etc. Actions
|
||||||
|
Reference in New Issue
Block a user