Skip to content

Commit

Permalink
Add 'N' to prompt on stock terminal page
Browse files Browse the repository at this point in the history
  • Loading branch information
sde1000 committed Jan 31, 2024
1 parent 69f311e commit f12e52f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quicktill/stockterminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def redraw(self):
"Press U to use stock. Press R to record waste. "
"Press Enter to refresh display. "
"Press A to add a stock annotation. "
"Press N to set the note on a stock line. "
"Press L to choose another location.")
promptheight = self.win.wrapstr(0, 0, self.w, prompt, display=False)
self.win.wrapstr(self.h - promptheight, 0, self.w, prompt)
Expand Down

0 comments on commit f12e52f

Please sign in to comment.