mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-20 10:46:07 +03:00
terminal: don't log semantic prompt marks
This commit is contained in:
@ -1401,7 +1401,7 @@ pub fn setScrollingRegion(self: *Terminal, top: usize, bottom: usize) void {
|
|||||||
/// (OSC 133) only allow setting this for wherever the current active cursor
|
/// (OSC 133) only allow setting this for wherever the current active cursor
|
||||||
/// is located.
|
/// is located.
|
||||||
pub fn markSemanticPrompt(self: *Terminal, p: SemanticPrompt) void {
|
pub fn markSemanticPrompt(self: *Terminal, p: SemanticPrompt) void {
|
||||||
log.warn("semantic_prompt: {}", .{p});
|
// log.warn("semantic_prompt: {}", .{p});
|
||||||
const row = self.screen.getRow(.{ .active = self.screen.cursor.y });
|
const row = self.screen.getRow(.{ .active = self.screen.cursor.y });
|
||||||
row.setSemanticPrompt(switch (p) {
|
row.setSemanticPrompt(switch (p) {
|
||||||
.prompt => .prompt,
|
.prompt => .prompt,
|
||||||
|
Reference in New Issue
Block a user