Changeset 7b11315 in mainline for uspace/app/terminal/terminal.c
- Timestamp:
- 2021-11-01T21:24:05Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 24c452b3
- Parents:
- 91ece11b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/terminal/terminal.c
r91ece11b r7b11315 888 888 889 889 errno_t terminal_create(const char *display_spec, sysarg_t width, 890 sysarg_t height, terminal_flags_t flags, terminal_t **rterm) 890 sysarg_t height, terminal_flags_t flags, const char *command, 891 terminal_t **rterm) 891 892 { 892 893 terminal_t *term; … … 1013 1014 1014 1015 list_append(&term->link, &terms); 1015 getterm(vc, "/app/bdsh");1016 getterm(vc, command); 1016 1017 1017 1018 term->is_focused = true;
Note:
See TracChangeset
for help on using the changeset viewer.