summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorMaurice Wangleng Tan <tanwangleng@outlook.com>2023-10-17 00:00:48 +0800
committerGitHub <noreply@github.com>2023-10-16 18:00:48 +0200
commit2fd957e2c805b022da1a1d44235ca66d21d8ca76 (patch)
tree568f7423f5f43ac07f8eb8107f1261cb4e527bd4 /src/main.rs
parent09907f387338cd7847de2eac80db6cdbacc802c5 (diff)
Allow customizing line break visualization (#1904)
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 6321fff5..c0f41a27 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -157,7 +157,7 @@ fn main() -> Result<()> {
let quit_state = run_app(
app_start,
repo_path.clone(),
- theme,
+ theme.clone(),
key_config.clone(),
&input,
updater,