28 lines
585 B
Plaintext
28 lines
585 B
Plaintext
/> umka_boot
|
|
/> #set_mouse_pos_screen 40 30
|
|
/> ramdisk_init ../../img/kolibri.raw
|
|
/rd: sector_size=512, capacity=2880 (1440 kiB), num_partitions=1
|
|
/rd/1: fs=fat, start=0 (0 B), length=2880 (1440 kiB)
|
|
/> set_skin /sys/DEFAULT.SKN
|
|
status: 0
|
|
/>
|
|
/> load_cursor_from_file /sys/fill.cur
|
|
handle = non-zero
|
|
/> var $cur_fill
|
|
/> load_cursor_from_mem ./spray.cur
|
|
handle = non-zero
|
|
/> var $cur_spray
|
|
/>
|
|
/> window_redraw 1
|
|
/> draw_window 10 300 5 200 0x000088 1 1 1 0 1 4 hello
|
|
/> window_redraw 2
|
|
/>
|
|
/> set_cursor $cur_fill
|
|
prev handle = non-zero
|
|
/>
|
|
/>
|
|
/> scrot out.png
|
|
/>
|
|
/>
|
|
/> disk_del rd
|