rtfm-filemanager 1.3.9 → 1.3.10
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/bin/rtfm +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '08d890de53f5852401d5df75f8a65583081b712c1fc96f3d5d0195ffa3cbf59b'
|
4
|
+
data.tar.gz: 6bc34a174aa4b9a238059650b373181020821c22e83c6c135e415e7ba4f2536f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4835a7476f47ba53cff5137eda8f42a867fb81846c0c3019db8aae9bc58f373fefa12872e468182f10c148f5ef78cdd414af925bc0d60d0fb1c741f9d2670b3
|
7
|
+
data.tar.gz: 6af0f47caaa58cdd9dd3ac02a88dbe8d8ce0de712ed8988f697e9bcc06b19b4c942f00a0e6b933eeef5474a7e3e6571deeacd3fce109adfd262bd23031ab993f
|
data/bin/rtfm
CHANGED
@@ -1049,7 +1049,6 @@ def pager_show # SHOW THE CURRENT PAGE CONTENT
|
|
1049
1049
|
end_l = beg_l + @w_r.maxy - 2
|
1050
1050
|
input = @w_r.text.lines[beg_l..end_l].join() + "\n"
|
1051
1051
|
input.lines.count > @w_r.maxy - 2 ? @w_r.pager_more = true : @w_r.pager_more = false
|
1052
|
-
#if @w_r.pager_cmd.match(/batcat/)
|
1053
1052
|
if @w_r.text.match(/^\e\[/)
|
1054
1053
|
syntax_highlight(input)
|
1055
1054
|
else
|
@@ -1059,7 +1058,8 @@ def pager_show # SHOW THE CURRENT PAGE CONTENT
|
|
1059
1058
|
else
|
1060
1059
|
init_pair(@w_r.fg, @w_r.fg, 0)
|
1061
1060
|
end
|
1062
|
-
@w_r.
|
1061
|
+
@w_r.attr = 0 if @w_r.attr == nil
|
1062
|
+
@w_r.attron(color_pair(@w_r.fg) | @w_r.attr) { @w_r << input }
|
1063
1063
|
end
|
1064
1064
|
(@w_r.maxy - @w_r.cury).times {@w_r.deleteln()} # Clear to bottom of window
|
1065
1065
|
pager_add_markers
|
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: 1.3.
|
4
|
+
version: 1.3.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geir Isene
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: curses
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
description: 'A full featured terminal browser with syntax highlighted files, images
|
34
34
|
shown in the terminal, videos thumbnailed, etc. You can bookmark and jump around
|
35
35
|
easily, delete, rename, copy, symlink and move files. RTFM has a a wide range of
|
36
|
-
other features. New in 1.3.
|
36
|
+
other features. New in 1.3.10: Code cleanup.'
|
37
37
|
email: g@isene.com
|
38
38
|
executables:
|
39
39
|
- rtfm
|