Merge branch 'master' of ssh://git.magickabbs.com/home/andrew/repositories/MagickaBBS

This commit is contained in:
Andrew Pamment 2018-10-21 11:14:51 +10:00
commit 931c5465d5
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@
----Ctrl Q Quote þ Ctrl X Abort þ Ctrl Z Save-----------------------MagiEdit2--
---Ctrl Q Quote ş Ctrl X Abort ş Ctrl Z Save ş F9 Save Draft ş F10 Load Draft--

View File

@ -87,7 +87,7 @@ char *load_draft() {
od_printf("Your Drafts:");
od_clr_line();
od_set_cursor(24, 1);
od_printf("Up/Down Select, Enter confirm, D to Delete");
od_printf("Up/Down Select, Enter confirm, D to Delete, Esc to cancel");
od_clr_line();
for (i = start;i < start + 22 && i < filename_count; i++) {