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 +4 -4
- data/lib/fatty/session/shell_session.rb +2 -0
- data/lib/fatty/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24dd40c0c160795a5777f8037581bb57a6ac50523aab26f1acac275f8ebc40f7
|
|
4
|
+
data.tar.gz: 98297d22bda1eba4e68c528f7e6762667678affd8e00039582a1a75e0b697bc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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.
|
|
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.
|
|
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: []
|