Changeset b9a30fa in mainline
- Timestamp:
- 2022-01-11T13:22:49Z (3 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/edit.c
rbfc0fc6 rb9a30fa 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * Copyright (c) 2012 Martin Sucha 4 4 * All rights reserved. … … 1408 1408 */ 1409 1409 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); 1412 1412 if (rc < 0) { 1413 1413 n = 0;
Note:
See TracChangeset
for help on using the changeset viewer.