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