cryptum 0.0.314 → 0.0.315

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ab9f5b8899b906bfb3513dc4fc3fad39607dc52a62f067703fec47fd82f59e1
4
- data.tar.gz: 8de5152998ff10668b8b871e97d8b60e19add14f4f67ff5f2a05ade3b1e1684a
3
+ metadata.gz: 5782ff4633552d6cde3f64425b5b51f03582a75d6c11554583468c8f63250720
4
+ data.tar.gz: 9f2dd4006140a57225b7cfbf6ea4a58bce3953de8ffd2ddc408e65699ed89bb9
5
5
  SHA512:
6
- metadata.gz: dc5f8b121978b119733c2df5f08bdc782a2a65a9de75cea7236645ab03ccff3adca327cc844be54aaa2956e2cebf4a24af78305be77b161d75a908b99f2f8495
7
- data.tar.gz: 37d87a451bd6cbc10adeabaa41e68474e264b87e34b05346770ac41f805b91b5e993b04c60f95cd533673ce8f00e862505f3d496ab6cc7920ca13bf694de6655
6
+ metadata.gz: 1bb9a76cd89fdecda6135b5e68371b062a71b565e8e786f330361a2b21e9cf5a65f4b29cd2bfa496ac7ac3acd28883686779af458be1e92588b273d9e8b5ccfa
7
+ data.tar.gz: 6b581cb215d04766cbdc1d20cbeda2b34bc577ad9c8bd6b407b74184a376a958f2a7f718de4dc4e956bba39ced88ea27bae602d98346bb041c65eaba2d4d5804
@@ -378,7 +378,7 @@ module Cryptum
378
378
  style = :bold
379
379
  if event_history.order_execute_win_active
380
380
  line_color = :blue
381
- header_color = :yellow
381
+ header_color = :blue
382
382
  header_style = :reverse
383
383
  end
384
384
 
@@ -412,6 +412,15 @@ module Cryptum
412
412
  string: header_str
413
413
  )
414
414
 
415
+ order_execute_win.setpos(out_line_no, Cryptum::UI.col_fourth)
416
+ order_execute_win.clrtoeol
417
+ Cryptum::UI.colorize(
418
+ ui_win: order_execute_win,
419
+ color: header_color,
420
+ style: header_style,
421
+ string: ''.ljust(col_just4, ' ')
422
+ )
423
+
415
424
  # ROWS 3-10
416
425
  remaining_blank_rows = 0
417
426
  remaining_blank_rows = max_rows_to_display if order_history_meta.empty?
@@ -538,6 +547,15 @@ module Cryptum
538
547
  string: header_str
539
548
  )
540
549
 
550
+ order_execute_win.setpos(out_line_no, Cryptum::UI.col_fourth)
551
+ order_execute_win.clrtoeol
552
+ Cryptum::UI.colorize(
553
+ ui_win: order_execute_win,
554
+ color: header_color,
555
+ style: header_style,
556
+ string: ''.ljust(col_just4, ' ')
557
+ )
558
+
541
559
  # ROW 11
542
560
  out_line_no += 1
543
561
  Cryptum::UI.line(
@@ -224,7 +224,7 @@ module Cryptum
224
224
  style = :bold
225
225
  if event_history.order_plan_win_active
226
226
  line_color = :blue
227
- header_color = :yellow
227
+ header_color = :blue
228
228
  header_style = :reverse
229
229
  end
230
230
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cryptum
4
- VERSION = '0.0.314'
4
+ VERSION = '0.0.315'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.314
4
+ version: 0.0.315
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.