Uses of Class
org.jline.nativ.Kernel32.CONSOLE_SCREEN_BUFFER_INFO
-
-
Uses of Kernel32.CONSOLE_SCREEN_BUFFER_INFO in org.jline.nativ
Methods in org.jline.nativ with parameters of type Kernel32.CONSOLE_SCREEN_BUFFER_INFO Modifier and Type Method Description static int
Kernel32. GetConsoleScreenBufferInfo(long consoleOutput, Kernel32.CONSOLE_SCREEN_BUFFER_INFO consoleScreenBufferInfo)
See: http://msdn.microsoft.com/en-us/library/ms683171%28VS.85%29.aspx
-