Changes in uspace/app/vterm/vterm.c [61b5b73d:6d5e378] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vterm/vterm.c
r61b5b73d r6d5e378 33 33 */ 34 34 35 #include < stdbool.h>35 #include <bool.h> 36 36 #include <stdio.h> 37 37 #include <io/pixel.h> … … 55 55 } 56 56 57 window_resize(main_window, 0, 0, 648, 508, WINDOW_PLACEMENT_ANY);57 window_resize(main_window, 650, 510); 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.