Changeset ff381a7 in mainline for uspace/lib/gui/terminal.c


Ignore:
Timestamp:
2015-11-02T20:54:19Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d8513177
Parents:
3feeab2 (diff), 5265eea4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

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

    r3feeab2 rff381a7  
    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.