Changeset b9a30fa in mainline


Ignore:
Timestamp:
2022-01-11T13:22:49Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
485f899
Parents:
bfc0fc6
git-author:
Jiri Svoboda <jiri@…> (2022-01-10 20:22:00)
git-committer:
Jiri Svoboda <jiri@…> (2022-01-11 13:22:49)
Message:

Edit should display keyboard hint for opening the menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/edit/edit.c

    rbfc0fc6 rb9a30fa  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * Copyright (c) 2012 Martin Sucha
    44 * All rights reserved.
     
    14081408         */
    14091409        while (true) {
    1410                 int rc = asprintf(&text, "%d, %d (%d): File '%s'. Ctrl-Q Quit  Ctrl-S Save  "
    1411                     "Ctrl-E Save As", coord.row, coord.column, last_row, fname);
     1410                int rc = asprintf(&text, "%d, %d (%d): File '%s'. Ctrl-Q Quit  "
     1411                    "F10 Menu", coord.row, coord.column, last_row, fname);
    14121412                if (rc < 0) {
    14131413                        n = 0;
Note: See TracChangeset for help on using the changeset viewer.