rcurses 3.4.2 → 3.4.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rcurses/pane.rb +1 -1
  3. data/lib/rcurses.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1dedc4f074f0fb22d35c46607f6d6a3e9d5d9b70a41cf55f677eaec9a6074b39
4
- data.tar.gz: 136e8e4dfaae2d416e7a681d0eb9167000e9d9c0e8214e82e90899ca78302b64
3
+ metadata.gz: be329f6d934aaafb7aab4c2335e9e396ab38e466c4588c65c3a119579a6ff1b8
4
+ data.tar.gz: 87f5ed878d424e288c1197badc1ccc1f0f906bef1cb8432edba71af4025d3139
5
5
  SHA512:
6
- metadata.gz: 487faf40ebff1682b386db0dee77af305ddae16e396339686507b50595a7f84253cc5e497825cf8d21a10e98d3bc029220c9789f53d306725aada571300c3417
7
- data.tar.gz: 1f49d400171fffd2a34f8da725c2910df327a97d8dc58dba7a3997c01b796a60008fe3d6ae3b97fe95a58b4abd6f550bcaef5d1cf7bfa99e645dcb5eac1a90a4
6
+ metadata.gz: 14d7539a4c05e7fb0934cd3d2ff2df7df9d54bf825848cdc0bec4a0b0231d5d2518082365d7d126bbcfe9f70b477eb0feb27398546a7541efa30f104646232f2
7
+ data.tar.gz: 220a5817e7bbf6b517d9f5218cc9e894b969c8116a75f8d6070e86c97002c19d84c770d5c46bf958c46efce2193e40cb4c44c27d3cb077049364892606f03419
data/lib/rcurses/pane.rb CHANGED
@@ -481,7 +481,7 @@ module Rcurses
481
481
  cont = ''
482
482
  @pos = 0
483
483
  when 'ENTER'
484
- @text = parse(cont)
484
+ @text = cont
485
485
  chr = 'ESC'
486
486
  when 'UP'
487
487
  if @history.any? && history_index > 0
data/lib/rcurses.rb CHANGED
@@ -5,7 +5,7 @@
5
5
  # Web_site: http://isene.com/
6
6
  # Github: https://github.com/isene/rcurses
7
7
  # License: Public domain
8
- # Version: 3.4.2: Changed method 'puts' to 'say'
8
+ # Version: 3.4.3: Stopped parsing of bold/italics etc in editline
9
9
 
10
10
  require 'io/console' # Basic gem for rcurses
11
11
  require 'io/wait' # stdin handling
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcurses
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.2
4
+ version: 3.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-08 00:00:00.000000000 Z
11
+ date: 2025-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clipboard
@@ -29,8 +29,8 @@ description: 'Create curses applications for the terminal easier than ever. Crea
29
29
  up text (in panes or anywhere in the terminal) in bold, italic, underline, reverse
30
30
  color, blink and in any 256 terminal colors for foreground and background. Use a
31
31
  simple editor to let users edit text in panes. Left, right or center align text
32
- in panes. Cursor movement around the terminal. New in 3.4.2: Changed method ''puts''
33
- to ''say''.'
32
+ in panes. Cursor movement around the terminal. New in 3.4.3: Stopped parsing of
33
+ bold/italics etc in editline.'
34
34
  email: g@isene.com
35
35
  executables: []
36
36
  extensions: []