Module org.jline.terminal


module org.jline.terminal
JLine Terminal Module.

This module provides the core terminal abstraction and functionality. It defines the Terminal interface and basic implementations, along with the service provider interface for terminal providers.

Terminal providers are loaded via the standard ServiceLoader mechanism. This module uses terminal provider implementations but does not provide any concrete providers itself - those are provided by separate modules like jline-terminal-jni, etc.