aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2018-11-18 05:59:35 +0000
committerNerdyPepper <[email protected]>2018-11-18 05:59:35 +0000
commit5c1876429e2da7424e9d31b1e16f5a3147cc58d0 (patch)
tree82c7cd223970ee1808882d8d379c96dbf8a1f997 /src
parent39f77b5c1128d710b12244e433677daaf87c085e (diff)
Lock all deps
Diffstat (limited to 'src')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 25e6e32..f237b0e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -40,7 +40,8 @@ fn main() {
40 main.add_global_callback('s', |s| search(s)); 40 main.add_global_callback('s', |s| search(s));
41 41
42 main.add_layer(TextView::new( 42 main.add_layer(TextView::new(
43 "Hit s to search 43" TAIZEN
44Hit s to search
44Hit q to quit 45Hit q to quit
45Hit t to pop layer", 46Hit t to pop layer",
46 )); 47 ));