the file i meant to commit when i committed the wrong file
This commit is contained in:
parent
00a4cd40f9
commit
201510c3b3
@ -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++) {
|
||||
|
Reference in New Issue
Block a user