diff options
author | NerdyPepper <[email protected]> | 2018-11-18 05:59:35 +0000 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2018-11-18 05:59:35 +0000 |
commit | 5c1876429e2da7424e9d31b1e16f5a3147cc58d0 (patch) | |
tree | 82c7cd223970ee1808882d8d379c96dbf8a1f997 /src | |
parent | 39f77b5c1128d710b12244e433677daaf87c085e (diff) |
Lock all deps
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 3 |
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 |
44 | Hit s to search | ||
44 | Hit q to quit | 45 | Hit q to quit |
45 | Hit t to pop layer", | 46 | Hit t to pop layer", |
46 | )); | 47 | )); |