aboutsummaryrefslogtreecommitdiff
path: root/src/params.rs
diff options
context:
space:
mode:
authorAyose <ayosec@gmail.com>2025-02-24 00:00:00 +0000
committerAyose <ayosec@gmail.com>2025-02-24 00:00:00 +0000
commit22c7c29c0303398baa71db8798473ee704f9717c (patch)
tree17174ab40db30d33ef0898b9b3f44841f39ab82e /src/params.rs
parent0700cee5af14c63895878dab357119f89ff263d0 (diff)
parent3b3da71c34cc1256c7e20981cf03f8eb95e08ffc (diff)
downloadr-alacritty-vte-graphics.tar.gz
r-alacritty-vte-graphics.tar.bz2
r-alacritty-vte-graphics.zip
Merge remote-tracking branch 'alacritty/master' into graphicsgraphics
Diffstat (limited to 'src/params.rs')
-rw-r--r--src/params.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/params.rs b/src/params.rs
index 608c040..967befb 100644
--- a/src/params.rs
+++ b/src/params.rs
@@ -8,8 +8,9 @@ pub(crate) const MAX_PARAMS: usize = 32;
pub struct Params {
/// Number of subparameters for each parameter.
///
- /// For each entry in the `params` slice, this stores the length of the param as number of
- /// subparams at the same index as the param in the `params` slice.
+ /// For each entry in the `params` slice, this stores the length of the
+ /// param as number of subparams at the same index as the param in the
+ /// `params` slice.
///
/// At the subparam positions the length will always be `0`.
subparams: [u8; MAX_PARAMS],