Go to the source code of this file.
Classes | |
| struct | NewWindow |
| struct | win |
Defines | |
| #define | WLOCK_OFF 0 |
| #define | WLOCK_AUTO 1 |
| #define | WLOCK_ON 2 |
| #define | w_encoding w_layer.l_encoding |
| #define | w_width w_layer.l_width |
| #define | w_height w_layer.l_height |
| #define | w_x w_layer.l_x |
| #define | w_y w_layer.l_y |
| #define | W_TYPE_PTY 0 |
| #define | W_TYPE_PLAIN 1 |
| #define | W_TYPE_TELNET 2 |
| #define | FLOW_NOW (1<<0) |
| #define | FLOW_AUTO (1<<1) |
| #define | FLOW_AUTOFLAG (1<<2) |
| #define | WIN(y) |
| #define | Layer2Window(l) ((struct win *)(l)->l_bottom->l_data) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Value: ((y < fore->w_histheight) ? \ &fore->w_hlines[(fore->w_histidx + y) % fore->w_histheight] \ : &fore->w_mlines[y - fore->w_histheight]) |
|
|
|
|
|
|
|
|
|
1.4.3