Package org.fusesource.jansi.internal
Class Kernel32.CONSOLE_SCREEN_BUFFER_INFO
- java.lang.Object
-
- org.fusesource.jansi.internal.Kernel32.CONSOLE_SCREEN_BUFFER_INFO
-
- Enclosing class:
- Kernel32
public static class Kernel32.CONSOLE_SCREEN_BUFFER_INFO extends java.lang.Objecthttp://msdn.microsoft.com/en-us/library/ms682093%28VS.85%29.aspx
-
-
Field Summary
Fields Modifier and Type Field Description shortattributesKernel32.COORDcursorPositionKernel32.COORDmaximumWindowSizeKernel32.COORDsizestatic intSIZEOFKernel32.SMALL_RECTwindow
-
Constructor Summary
Constructors Constructor Description CONSOLE_SCREEN_BUFFER_INFO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static voidinit()intwindowHeight()intwindowWidth()
-
-
-
Field Detail
-
SIZEOF
public static int SIZEOF
-
size
public Kernel32.COORD size
-
cursorPosition
public Kernel32.COORD cursorPosition
-
attributes
public short attributes
-
window
public Kernel32.SMALL_RECT window
-
maximumWindowSize
public Kernel32.COORD maximumWindowSize
-
-