fatty 0.99.7 → 0.99.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8b7687eedebc6bb4265ce2b35d563735b35ffeb5e06c9f715f3c4304ffaf308
4
- data.tar.gz: 1c6dbd870982fcf8437768a2b7a17808b69cda05a2fc39ad05a22b620908ae0f
3
+ metadata.gz: 24dd40c0c160795a5777f8037581bb57a6ac50523aab26f1acac275f8ebc40f7
4
+ data.tar.gz: 98297d22bda1eba4e68c528f7e6762667678affd8e00039582a1a75e0b697bc5
5
5
  SHA512:
6
- metadata.gz: 7b91901ca6bba223be02d1d7e9fc5ed21d9c324c1a270ec2d453e8d6663e3df3839f25903a8d28c7ef0716d08045926a2743096aadfb51e6f798cb70bee7712e
7
- data.tar.gz: cc7ce9ee8fb4cd5a8173fdfc5de5b215cc4111dbe43756e802f13b1df8576908e9fb856351d3d26c5567738f3f5a86b4c3a3a7935db33d8e1262b18270ad295d
6
+ metadata.gz: 9e7cbad62a7862a1fe0db2f15df75238371f0aad7223418d55bb1dc5a7662a6489c56105e2e114c642762a8866f6ed8716b6ca38f9998ac2738e9615cc91b997
7
+ data.tar.gz: 65a14a3aef4ba1a60253f3a17162e546917b4317536c5a047ef7a0bf54f6128b5c6d284fb54450c8d2427255280aaa5bdbc15573783a2169e3f9aa4051307137
@@ -50,6 +50,8 @@ module Fatty
50
50
  when :terminal_paste
51
51
  field.act_on(:paste, command.payload.fetch(:text, ""), env: action_env(event: nil))
52
52
  []
53
+ when :resize
54
+ Command.session(output_session.id, :resize)
53
55
  when :popup_result
54
56
  apply_popup_result(command.payload)
55
57
  when :paste
data/lib/fatty/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fatty
4
- VERSION = "0.99.7"
4
+ VERSION = "0.99.8"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fatty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.7
4
+ version: 0.99.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel E. Doherty
@@ -260,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  - !ruby/object:Gem::Version
261
261
  version: '0'
262
262
  requirements: []
263
- rubygems_version: 4.0.0
263
+ rubygems_version: 4.0.17
264
264
  specification_version: 4
265
265
  summary: Stateful terminal UI with editable input and scrollback
266
266
  test_files: []