rcurses 0.4.2 → 0.5
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/README.md +1 -1
- data/lib/rcurses.rb +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4be6bbd862ebe379d1e9863e1e33eb2672263ea0ded8eb2585a02850cf6f2a2c
|
4
|
+
data.tar.gz: e4d7e0b5146611dd8617f99ed38544b901d98e6abc68889e74d49735a1902a44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b9f1580d0b71321888a721778a2e12d1e82f1449300e9fc3dd9b7129a562ba1c0d01ff7baf967dc550f074fddac409da9ed0fa605e51e9a531bd4359f35edee
|
7
|
+
data.tar.gz: b2dfd7a266694130a1f927acb2cf951dd28c8ea4ba50a497eac146440e2ba2c5ed9e8c51843a35e35194f448c8ef1b334ed99d644c9283c2369a7cf54f82f3d4
|
data/README.md
CHANGED
@@ -124,7 +124,7 @@ clear_screen_down | Clear screen down from current row
|
|
124
124
|
# The function getchr
|
125
125
|
rcurses provides a vital extension to Ruby in reading characters entered by the user. This is especially needed for curses applications where readline inputs are required.
|
126
126
|
The function getchr is automatically included in your arsenal when you first do `include rcurses`.
|
127
|
-
|
127
|
+
|
128
128
|
Simply use `chr = getchr` in a program to read any character input by the user. The returning code (the content of `chr` in this example) could be any of the following:
|
129
129
|
|
130
130
|
Key pressed | string returned
|
data/lib/rcurses.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rcurses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: '0.5'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geir Isene
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'Create panes (with the colors and(or border), manipulate the panes and
|
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.
|
18
|
-
|
17
|
+
center align text in panes. Cursor movement around the terminal. New in 0.5: Fixed
|
18
|
+
artifact characters from rapid typing in edit mode.'
|
19
19
|
email: g@isene.com
|
20
20
|
executables: []
|
21
21
|
extensions:
|