Skip to content

Commit

Permalink
Don't trap WINCH in tput; do it on a higher level
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Jun 20, 2021
1 parent b49a3e2 commit bedddff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tput.cr
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ class Tput

@features = Features.new self
@emulator = Emulator.new self

Signal::WINCH.trap do
reset_screen_size
end
end

def sigtstp(callback)
Expand Down

0 comments on commit bedddff

Please sign in to comment.