rtfm-filemanager 2.6.4 → 2.6.5

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 +4 -11
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1978345412619a9471e21b9275902e07ba7004e7bf5ac645e6bac27b8b45e34f
4
- data.tar.gz: 93be24dbd2abe1dbb03141546e14b76349d7ff1f21db1b76c8049fd3019b18a9
3
+ metadata.gz: 4a19c4cda253d8784a5a1a5235f0e0ef2066a5122bdd8838a2379e00636f6465
4
+ data.tar.gz: cb4cb08b5a5e6f011b66ad584a495b57268543f040b3671f4e311f44f1c680d8
5
5
  SHA512:
6
- metadata.gz: 91a44a9087023cf1a04b39474c5932d89f56cb3f32303fbf14d734d5136f776c65d90ad8a6a9da4c81586c28910cefc999f4e942390d412082a4caf1340c7791
7
- data.tar.gz: 65ba8713eec6df59df5dba08ff4e03f9b4c879dcadb2972e25fcc4445b615a11fbb26ab83ec83658b792b6cd815f133164381d55f875cebc213a8ab249f9bb92
6
+ metadata.gz: 699b7d44e63db93c9feafada2d5aff735c8e532e64e856e756bac9cb2aa115c5c6f2c158f7d380ffeaa7fc1ca71d159b1f97a592b5f62355b7e4b20fd8dc504a
7
+ data.tar.gz: 0d8ff8a42ee9e11ce0fd318fdf42eba684eef9cd4ef9afb9e0c39cff07919caaf0983a159890acff2574dc4daf359005a8d17d47945885257cdc253aeefd53d2
data/bin/rtfm CHANGED
@@ -851,15 +851,8 @@ def conf_write
851
851
  conf += "@preview = #{@preview}\n"
852
852
  conf.sub!(/^@showimage.*\n/, "")
853
853
  conf += "@showimage = #{@showimage}\n"
854
- w_r_info("Press W again to write this to .rtfm.conf:\n\n" + conf)
855
- if getchr == 'W'
856
- w_b_info(" Parameters written to .rtfm.conf")
857
- @w_r.update = true
858
- else
859
- w_b_info(" Config NOT updated")
860
- @w_r.update = true
861
- return
862
- end
854
+ @w_r.fg = 249
855
+ w_r_info("Configuration written to .rtfm.conf:\n\n" + conf)
863
856
  end
864
857
  File.write(Dir.home+'/.rtfm.conf', conf)
865
858
  end
@@ -1159,8 +1152,8 @@ def w_r_doc # GET FULL CONTENT TO PAGE
1159
1152
  end
1160
1153
  def w_r_info(info) # SHOW INFO IN THE RIGHT WINDOW
1161
1154
  image_show("clear") if @image; @image = false
1162
- @w_r.clr
1163
- @w_r.refresh
1155
+ #@w_r.clr
1156
+ #@w_r.refresh
1164
1157
  w_r_width = Curses.cols - (Curses.cols/@width) - 2
1165
1158
  info.gsub!(/(.{1,#{w_r_width}})( +|$\n?)|(.{1,#{w_r_width}})/, "\\1\\3\n")
1166
1159
  @w_r.text = info
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: 2.6.4
4
+ version: 2.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
@@ -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 2.6.4: Cosmetics + added ''B'' for toggle border'
50
+ other features. New in 2.6.5: Fixed border issue when writing conf (W)'
51
51
  email: g@isene.com
52
52
  executables:
53
53
  - rtfm