mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
finalize comments
This commit is contained in:
1
TODO.md
1
TODO.md
@ -30,4 +30,3 @@ Major Features:
|
||||
* Sixels: https://saitoha.github.io/libsixel/
|
||||
* Kitty keyboard protocol: https://sw.kovidgoyal.net/kitty/keyboard-protocol/
|
||||
* Kitty graphics protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/
|
||||
* Colored underlines: https://sw.kovidgoyal.net/kitty/underlines/
|
||||
|
@ -386,7 +386,7 @@ pub fn Stream(comptime Handler: type) type {
|
||||
'm' => if (@hasDecl(T, "setAttribute")) {
|
||||
var p: sgr.Parser = .{ .params = action.params, .colon = action.sep == .colon };
|
||||
while (p.next()) |attr| {
|
||||
log.info("SGR attribute: {}", .{attr});
|
||||
// log.info("SGR attribute: {}", .{attr});
|
||||
try self.handler.setAttribute(attr);
|
||||
}
|
||||
} else log.warn("unimplemented CSI callback: {}", .{action}),
|
||||
|
Reference in New Issue
Block a user