Skip to content

Commit

Permalink
regex line ot showing bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
f01c33 committed Jun 7, 2024
1 parent b22e506 commit 2605c40
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Binary file modified demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {

func (m *model) sizeInputs() {
m.text.SetWidth(m.width)
m.text.SetHeight(m.height/2 - 1)
m.text.SetHeight(m.height/2 - 2)
outterStyle = outterStyle.Width(m.width - 2).Height(m.height/2 - 2)
}

Expand Down
18 changes: 18 additions & 0 deletions tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Set Shell zsh
Sleep 500ms
Type "rx"
Enter
Sleep 1.5s
Type "this is a test asdf"
Sleep 500ms
Tab
Type "asd"
Sleep 2s
Backspace 4
Type "this"
Sleep 1s
Type "|asd"
Sleep 3s
Escape
Sleep 2s

0 comments on commit 2605c40

Please sign in to comment.