contour icon indicating copy to clipboard operation
contour copied to clipboard

CSI: Window Manipulation

Open christianparpart opened this issue 6 years ago • 0 comments
trafficstars

CSI Ps ; Ps ; Ps t

See xterm docs; it's inherited from dtterm though.

Checklist:

  • [ ] 1: de-iconify window
  • [ ] 2: iconify window
  • [ ] 3; x; y : move window to position x, y
  • [x] 4; height; width: resize window to given size in pixels
  • [ ] 5: raise window to the front
  • [ ] 6: lower window to the back
  • [ ] 7: refresh the window (aka. force redraw)
  • [x] 8; height; width resize window to given size in character cell count
  • [ ] 9; 0: if window in fullscreen, then toggle back to windowed mode.
  • [ ] 9; 1: maximize window to full screen size.
  • [ ] 9; 2: maximize window vertically
  • [ ] 9; 3: maximize window horizontally
  • [ ] 10; 0: undo full screen mode
  • [ ] 10; 1: switch to full screen mode
  • [ ] 10; 2: toggle full screen mode
  • [ ] 11: report window state (iconified or not iconified)
  • [ ] 13: report window position
  • [x] 14: Report xterm text area size in pixels.
  • [ ] 14; 2: Report xterm window size in pixels.
  • [ ] 15 : Report size of the screen in pixels.
  • [x] 16 : Report xterm character cell size in pixels.
  • [x] 18 : Report the size of the text area in characters.
  • [x] 19 : Report the size of the screen in characters.
  • [ ] 20 : Report xterm window's icon label.
  • [ ] 21 : Report xterm window's title.
  • [x] 22;0 -> Save xterm icon and window title on stack.
  • [ ] 22;1 -> Save xterm icon title on stack.
  • [ ] 22;2 -> Save xterm window title on stack.
  • [x] 23;0 -> Restore xterm icon and window title from stack.
  • [ ] 23;1 -> Restore xterm icon title from stack.
  • [ ] 23;2 -> Restore xterm window title from stack.
  • [ ] >= 24 -> Resize to Ps lines (DECSLPP), VT340 and VT420.

christianparpart avatar Sep 02 '19 18:09 christianparpart