This website works better with JavaScript.
Home
Explore
Get Started
ttygroup
/
boartty
Code
Issues
Proposed changes
Browse Source
Add help text for new story command
Change-Id: I77fc6f9a5b012730ebc274810837e5db80e9036b
changes/03/523203/1
James E. Blair
3 years ago
parent
34b5d8a5eb
commit
49ab7d39e9
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
boartty/mywid.py
+ 2
- 0
boartty/mywid.py
View File
@ -28,6 +28,8 @@ GLOBAL_HELP = (
"
Quit Boartty
"
)
,
(
keymap
.
STORY_SEARCH
,
"
Search for stories
"
)
,
(
keymap
.
NEW_STORY
,
"
Create a new story
"
)
,
(
keymap
.
LIST_HELD
,
"
List held stories
"
)
,
(
keymap
.
KILL
,
Write
Preview
Loading…
Cancel
Save