On this page
libtmux.constants.RESIZE_ADJUSTMENT_DIRECTION_FLAG_MAP
- Module
- libtmux.constants
- Package
- libtmux
- Source
- src/libtmux/constants.py
- RESIZE_ADJUSTMENT_DIRECTION_FLAG_MAP : dict[ResizeAdjustmentDirection, str] = { ResizeAdjustmentDirection.Up: "-U", ResizeAdjustmentDirection.Down: "-D", ResizeAdjustmentDirection.Left: "-L", ResizeAdjustmentDirection.Right: "-R", }
0 declared, 0 inherited