Changeset 68632b4 in mainline for uspace/lib/ui/include/types/ui/ui.h


Ignore:
Timestamp:
2021-09-20T18:36:24Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7572eb6
Parents:
6df564c
Message:

Port Text Editor to libui (WIP 1)

Remove io/console.h calls, create UI window and run UI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/types/ui/ui.h

    r6df564c r68632b4  
    4242typedef struct ui ui_t;
    4343
    44 /** Use the default display service (argument to ui_create() */
     44/** Use the default display service (argument to ui_create()) */
    4545#define UI_DISPLAY_DEFAULT NULL
     46/** Use the default console service (argument to ui_create()) */
     47#define UI_CONSOLE_DEFAULT "cons@"
    4648
    4749/** Window system */
Note: See TracChangeset for help on using the changeset viewer.