We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 354637f + 3399795 commit 2f1561fCopy full SHA for 2f1561f
CHANGELOG.md
@@ -3,6 +3,7 @@
3
* Add support for client side hooks. `config/spring_client.rb` is loaded before
4
bundler and before a server process is started, it can be used to add new
5
top-level commands.
6
+* Enable terminal resize detection in rails console.
7
8
## 1.3.6
9
lib/spring/client/run.rb
@@ -5,7 +5,7 @@
module Spring
module Client
class Run < Command
- FORWARDED_SIGNALS = %w(INT QUIT USR1 USR2 INFO) & Signal.list.keys
+ FORWARDED_SIGNALS = %w(INT QUIT USR1 USR2 INFO WINCH) & Signal.list.keys
TIMEOUT = 1
10
11
def initialize(args)
0 commit comments