rcurses 0.8.5 → 0.8.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rcurses.rb +0 -0
  3. data/rcurses_example.rb +1 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43ebe41b8898a66527520fad8434ebc9b6c394134f5d3eca1257931b98b342c7
4
- data.tar.gz: a2efcb656092bc8079c9e08d125c5e74e78aef2e93a30fa3853c060a33f3f1df
3
+ metadata.gz: 5ba36880c4a3301cf9ccf1af316ce0e482fabfdc1f44f531813064f32aa81cae
4
+ data.tar.gz: bcc4b38439ec53d01492d7698256b764f5445d8a256cf9fe2f9cd3a9a0ccb738
5
5
  SHA512:
6
- metadata.gz: c45e7719ef675d6c4d9366788b087d8def16d98a428576b57b6ac51ee1c0e34c23b573282cb85e672042d02c0166db7bd87f1d56cacc25d31ec17c270184caa0
7
- data.tar.gz: 0c71c87c2c193a83df22c70545e89931072c2c9dc2761efd43b8eebbcdfd9b00c5974414f78266e593b81a1e2572646ed6f8465aa635fe46a9304cd6a29181d8
6
+ metadata.gz: 798ac14705020ea59a590e4b9e1bfdc042636da1b4bcf33bde0d1d1bc4c75a4ace7d5b69a45c3518672c9962f2c8b01a83e879e38627532da32fa0c16fe16083
7
+ data.tar.gz: afbdbd5e222f075be154315e173379bb0aaed4f52a9c66e57ef57c5dafdf25fea0e2106a9956eace2b974b12e9b2656282e1e57b08b7095aa141fac8d3e4d4fb
data/lib/rcurses.rb CHANGED
Binary file
data/rcurses_example.rb CHANGED
@@ -20,8 +20,6 @@ pane_left.refresh
20
20
  pane_right.refresh
21
21
  pane_bottom.editline
22
22
 
23
- pane_bottom.prompt = "You wrote: " + pane_bottom.text.pure.i + " (now hit ENTER again)"
24
- pane_right.text += "\n\n" + pane_bottom.text.pure.i.b + " "
25
- pane_right.refresh
23
+ pane_bottom.prompt = "You wrote: " + pane_bottom.text.i + " (now hit ENTER again)"
26
24
  pane_bottom.text = ""
27
25
  pane_bottom.editline
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcurses
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
@@ -14,7 +14,7 @@ description: 'Create panes (with the colors and(or border), manipulate the panes
14
14
  add content. Dress up text (in panes or anywhere in the terminal) in bold, italic,
15
15
  underline, reverse color, blink and in any 256 terminal colors for foreground and
16
16
  background. Use a simple editor to let users edit text in panes. Left, right or
17
- center align text in panes. Cursor movement around the terminal. New in 0.8.5: Better
17
+ center align text in panes. Cursor movement around the terminal. New in 0.8.6: Cooler
18
18
  rcurses_example.rb.'
19
19
  email: g@isene.com
20
20
  executables: []