Uses of Class
org.fusesource.jansi.internal.Kernel32.SMALL_RECT
-
Packages that use Kernel32.SMALL_RECT Package Description org.fusesource.jansi.internal -
-
Uses of Kernel32.SMALL_RECT in org.fusesource.jansi.internal
Fields in org.fusesource.jansi.internal declared as Kernel32.SMALL_RECT Modifier and Type Field Description Kernel32.SMALL_RECTKernel32.CONSOLE_SCREEN_BUFFER_INFO. windowMethods in org.fusesource.jansi.internal that return Kernel32.SMALL_RECT Modifier and Type Method Description Kernel32.SMALL_RECTKernel32.SMALL_RECT. copy()Methods in org.fusesource.jansi.internal with parameters of type Kernel32.SMALL_RECT Modifier and Type Method Description static intKernel32. ScrollConsoleScreenBuffer(long consoleOutput, Kernel32.SMALL_RECT scrollRectangle, Kernel32.SMALL_RECT clipRectangle, Kernel32.COORD destinationOrigin, Kernel32.CHAR_INFO fill)see: https://msdn.microsoft.com/en-us/library/windows/desktop/ms685107(v=vs.85).aspx
-