Changes in uspace/lib/gui/terminal.c [f9b2cb4c:a116f7f2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/terminal.c
rf9b2cb4c ra116f7f2 679 679 680 680 list_foreach(terms, link, terminal_t, cur) { 681 if (cur->dsid == (service_id_t) IPC_GET_ARG 2(*icall)) {681 if (cur->dsid == (service_id_t) IPC_GET_ARG1(*icall)) { 682 682 term = cur; 683 683 break; … … 744 744 term->top_row = 0; 745 745 746 async_set_ fallback_port_handler(term_connection, NULL);746 async_set_client_connection(term_connection); 747 747 con_srvs_init(&term->srvs); 748 748 term->srvs.ops = &con_ops;
Note:
See TracChangeset
for help on using the changeset viewer.