rtfm-filemanager 1.5.3 → 1.5.4

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 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6f194c1fffc6901d52041ffe687b4880cbd948a150a6917dc2c181c65aaf674
4
- data.tar.gz: fe7bc722683be3375c84897c3128e09149f839859a3ae3246dcac8611c6f5643
3
+ metadata.gz: b429fe89ffca3ad31171312be68f9db1a1c43f821d8a8faa7624e805eab8a06d
4
+ data.tar.gz: dba591810bea3426ee863f062cea05c7ed43c07fa83b7c5087d265b3f123aba3
5
5
  SHA512:
6
- metadata.gz: d5a6d8051cb8d64e426db0b35a7b88aeba64b493e1b99a0ba6659d214cd2510d79dc5b62786eb1b57d8d8c6980465e8f150441d8e265f1ed71a5ea9c59d04e32
7
- data.tar.gz: 56f1089b663786fe0d5aaefc73db51a446500c5f2807ba76baadc014f143c6b6a88bd3e3a6610326c171ee1f84abd945d684935804e950d8786070e6acbfc4fd
6
+ metadata.gz: 03d0872a3dd61f96f20f777ce8337b06ebef31d5d4fb99fd83bc51f38dec9689a862d7eadb66deefd931b5e348b26f5f0d335bd567965ce9922467be72e4a5ab
7
+ data.tar.gz: 79fd8c6618c222c9365caf005a84a5363c635c8370634efa789efaa89a526603d55b8816e55a9eec80cc4fc172d669a0d8c3f84dc9537b2759570c5c88f2e5aa
data/bin/rtfm CHANGED
@@ -1268,6 +1268,7 @@ def w_b_exec(cmd) # EXECUTE COMMAND FROM @W_B
1268
1268
  end
1269
1269
  begin
1270
1270
  status = Timeout::timeout(5) {
1271
+ @w_r.clr
1271
1272
  begin
1272
1273
  @w_r.pager_cmd = "#{cmd} | batcat -n --color=always 2>/dev/null"
1273
1274
  @w_r.text = `#{@w_r.pager_cmd} 2>/dev/null`
@@ -1372,8 +1373,8 @@ loop do # OUTER LOOP - CATCHING REFRESHES VIA 'r'
1372
1373
  @tag = false # Clear tag pattern
1373
1374
  lsall_old = @lsall
1374
1375
  main_getkey # Get key from user
1375
- break if @break # Break to outer loop, redrawing windows, if user hit 'r'
1376
1376
  break if Curses.cols != maxx or Curses.lines != maxy # break on terminal resize
1377
+ break if @break # Break to outer loop, redrawing windows, if user hit 'r'
1377
1378
  end
1378
1379
  ensure # On exit: close curses, clear terminal
1379
1380
  @write_conf_all = false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtfm-filemanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
@@ -34,8 +34,8 @@ description: 'A full featured terminal browser with syntax highlighted files, im
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
36
  other features. New in 1.5.0: Expanded ''/'' to jump to the first match and ''n''
37
- to jump to the next matched item (''j'' and ''J'' are now gone). New in 1.5.3: Fixed
38
- output of Ruby commands (via the ''@'' key)'
37
+ to jump to the next matched item (''j'' and ''J'' are now gone). New in 1.5.4: Fixed
38
+ command output error - now shown in raght pane.'
39
39
  email: g@isene.com
40
40
  executables:
41
41
  - rtfm