Skip to content

Commit

Permalink
Update indentation style
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Nov 11, 2024
1 parent 7cb8678 commit f518ff4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/core/screen.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ import hypotenuse.*
import scala.compiletime.*

case class PtyState
(cursor: Int = 0,
savedCursor: Int = 0,
style: Style = Style(),
focusDetectionMode: Boolean = false,
focus: Boolean = true,
bracketedPasteMode: Boolean = false,
hideCursor: Boolean = false,
title: Text = t"",
link: Text = t"")
(cursor: Int = 0,
savedCursor: Int = 0,
style: Style = Style(),
focusDetectionMode: Boolean = false,
focus: Boolean = true,
bracketedPasteMode: Boolean = false,
hideCursor: Boolean = false,
title: Text = t"",
link: Text = t"")

object Pty:
def apply(width: Int, height: Int): Pty = Pty(ScreenBuffer(width, height), PtyState(), Spool())
Expand Down

0 comments on commit f518ff4

Please sign in to comment.