mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-22 07:15:19 +00:00
terminal: rename ReadonlyStream to TerminalStream
Rename stream_readonly.zig to stream_terminal.zig and its exported types from ReadonlyStream/ReadonlyHandler to TerminalStream. The "readonly" name is now wrong since the handler now supports settable effects callbacks. The new name better reflects that this is a stream handler for updating terminal state.
This commit is contained in:
@@ -58,10 +58,9 @@ pub const SizeReportStyle = terminal.SizeReportStyle;
|
||||
pub const StringMap = terminal.StringMap;
|
||||
pub const Style = terminal.Style;
|
||||
pub const Terminal = terminal.Terminal;
|
||||
pub const TerminalStream = terminal.TerminalStream;
|
||||
pub const Stream = terminal.Stream;
|
||||
pub const StreamAction = terminal.StreamAction;
|
||||
pub const ReadonlyStream = terminal.ReadonlyStream;
|
||||
pub const ReadonlyHandler = terminal.ReadonlyHandler;
|
||||
pub const Cursor = Screen.Cursor;
|
||||
pub const CursorStyle = Screen.CursorStyle;
|
||||
pub const CursorStyleReq = terminal.CursorStyle;
|
||||
|
||||
Reference in New Issue
Block a user