rtfm-filemanager 3.26 → 3.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rtfm +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c368f9da8daffeb9d96a7146461f4096e8ccf318f4d0d73aca2ab3e7ff75d6f
4
- data.tar.gz: c2dfc4cd08b433889845f9ba6dd8db9e1e5d3808823122512f296e4d9504526c
3
+ metadata.gz: 3c42c1f4f05ca8bc0145052dc015d8811ba6fb099046cca8826b8b7719dd5402
4
+ data.tar.gz: e7278470a73f9e0116251cb45474f134b95a6d71eadb7de621e3aba0d334ecc8
5
5
  SHA512:
6
- metadata.gz: 19830eba041d7e3fe97761dba69b1feabefff19e5e434acdaf9449383aaf31da63f01a28e0c43fa29ac524ebd1bf1487462f00ef0609976c4c434ebe9c725a3c
7
- data.tar.gz: 26ec6f0a1df169afab02a4b245121d2639591cfa241bee40f3e54ae47cdba65d2b2ec14cc44dd9bc54b96ec51c505553b4073cbdda66646c8020d166f1a656f8
6
+ metadata.gz: 7447dc3cf417182074b34fac6a0ae11a1c02a021d101c6cff84aa8f2ff700b04f58596c6634dddd05f50ffcfec55f4ab7cecef017f9a49f90b4c9b5cbe1ca9fb
7
+ data.tar.gz: 46f42d7644b844a2b1de5ee956da73e15cc91e8831e8aa49a8df4557e1d3275011a8fd81f1596d8c971b81dade40fd21c527161e2a62b673c32b0bdcedb3fa94
data/bin/rtfm CHANGED
@@ -14,7 +14,7 @@
14
14
  # for any damages resulting from its use. Further, I am under no
15
15
  # obligation to maintain or extend this software. It is provided
16
16
  # on an 'as is' basis without any expressed or implied warranty.
17
- @version = "3.26"
17
+ @version = "3.27"
18
18
 
19
19
  # PRELIMINARIES
20
20
  @help = <<HELPTEXT
@@ -395,7 +395,7 @@ def getchr # PROCESS KEY PRESSES
395
395
  when /[[:print:]]/ then chr = c
396
396
  else chr = ""
397
397
  end
398
- stdin_clear
398
+ #stdin_clear
399
399
  return chr
400
400
  end
401
401
  def main_getkey # GET KEY FROM USER
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtfm-filemanager
3
3
  version: !ruby/object:Gem::Version
4
- version: '3.26'
4
+ version: '3.27'
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-10-21 00:00:00.000000000 Z
11
+ date: 2024-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curses
@@ -47,7 +47,7 @@ dependencies:
47
47
  description: 'A full featured terminal browser with syntax highlighted files, images
48
48
  shown in the terminal, videos thumbnailed, etc. You can bookmark and jump around
49
49
  easily, delete, rename, copy, symlink and move files. RTFM has a a wide range of
50
- other features. New in 3.26: Safeguarded against potential input bugs.'
50
+ other features. New in 3.27: Fixed minor quirk.'
51
51
  email: g@isene.com
52
52
  executables:
53
53
  - rtfm