aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/windows.rb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-08-29 15:21:00 +0900
committeraycabta <aycabta@gmail.com>2019-08-29 15:21:00 +0900
commit893900dc7876596fab0e488affddf3abcb510445 (patch)
treeea23e8cb2a363f7875fb7588cbb08d2ef8b03591 /lib/reline/windows.rb
parent07f9cd96f3e99537ee47ceed07706338ab08c1f0 (diff)
downloadruby-893900dc7876596fab0e488affddf3abcb510445.tar.gz
Add stub set_screen_size for other platforms
Diffstat (limited to 'lib/reline/windows.rb')
-rw-r--r--lib/reline/windows.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/reline/windows.rb b/lib/reline/windows.rb
index 007913dfbc..6b80f6ca2d 100644
--- a/lib/reline/windows.rb
+++ b/lib/reline/windows.rb
@@ -181,6 +181,9 @@ class Reline::Windows
raise NotImplementedError
end
+ def self.set_winch_handler(&handler)
+ end
+
def self.prep
# do nothing
nil