Changeset b688fd8 in mainline for uspace/lib/gui/terminal.c
- Timestamp:
- 2015-08-17T18:54:56Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abf2dfd
- Parents:
- b10460a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/terminal.c
rb10460a rb688fd8 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.