bigsh: Get rid of warning about missing font, delete `-fb` from xterm
[sunny256-utils.git] / Screen / split
blob82296c88ec247d8459357aa4ba44e0cc4fda4d97
1 # split
2 # File ID: b785d050-7c7a-11e0-90c2-00023faf1383
4 select -
5 only
6 split
7 # cursor in upper win
8 resize 15
9 # top win is 15 high
10 split -v
11 # top win split vert, cursor in left
12 split
13 # top left win split hor, cursor at the top
14 split
15 # split upper left win, cursor top left
16 resize 3
17 # top left win is 3 high
18 select 21
19 focus
20 # cursor in small win below
21 resize 3
22 select 22
23 focus
24 # cursor in win23
25 split -v
26 # cursor in left empty window
27 select 23
28 focus
29 # cursor moved to the window on the right side
30 select 24
31 focus
32 # cursor upper right
33 select 25
34 focus
35 # cursor at the bottom
36 select 1
38 # vim: set ts=2 sw=2 sts=2 tw=0 et fo=tcqw fenc=utf8 :