Changes in uspace/app/vterm/vterm.c [6d5e378:61b5b73d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vterm/vterm.c
r6d5e378 r61b5b73d 33 33 */ 34 34 35 #include < bool.h>35 #include <stdbool.h> 36 36 #include <stdio.h> 37 37 #include <io/pixel.h> … … 55 55 } 56 56 57 window_resize(main_window, 650, 510);57 window_resize(main_window, 0, 0, 648, 508, WINDOW_PLACEMENT_ANY); 58 58 terminal_t *terminal_widget = 59 59 create_terminal(window_root(main_window), 640, 480);
Note:
See TracChangeset
for help on using the changeset viewer.