Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/terminal.c

    ra116f7f2 rf9b2cb4c  
    679679       
    680680        list_foreach(terms, link, terminal_t, cur) {
    681                 if (cur->dsid == (service_id_t) IPC_GET_ARG1(*icall)) {
     681                if (cur->dsid == (service_id_t) IPC_GET_ARG2(*icall)) {
    682682                        term = cur;
    683683                        break;
     
    744744        term->top_row = 0;
    745745       
    746         async_set_client_connection(term_connection);
     746        async_set_fallback_port_handler(term_connection, NULL);
    747747        con_srvs_init(&term->srvs);
    748748        term->srvs.ops = &con_ops;
Note: See TracChangeset for help on using the changeset viewer.