Skip to content

Instantly share code, notes, and snippets.

View fredericboivin's full-sized avatar

Frédéric Boivin fredericboivin

View GitHub Profile
@fredericboivin
fredericboivin / macos-tmux-256color.md
Created July 27, 2022 03:46 — forked from bbqtd/macos-tmux-256color.md
Installing tmux-256color for macOS

Installing tmux-256color for macOS

  • macOS 10.15.5
  • tmux 3.1b

macOS has ncurses version 5.7 which does not ship the terminfo description for tmux. There're two ways that can help you to solve this problem.

The Fast Blazing Solution

Instead of tmux-256color, use screen-256color which comes with system. Place this command into ~/.tmux.conf or ~/.config/tmux/tmux.conf(for version 3.1 and later):

Keybase proof

I hereby claim:

  • I am fredericboivin on github.
  • I am fboivin63 (https://keybase.io/fboivin63) on keybase.
  • I have a public key ASChl6t2XojdqkqdQQHvxzSfcZV1KZK6gm1aKZjwSWz0ewo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am dangerdogz on github.
  • I am fboivin63 (https://keybase.io/fboivin63) on keybase.
  • I have a public key whose fingerprint is CD97 9A6F 9857 27B4 6B10 2C58 7BA2 9F5B 1575 F9F6

To claim this, I am signing this object:

Started PATCH "/checkout/update/selection" for 127.0.0.1 at 2016-01-14 17:46:49 -0500
Processing by Spree::CheckoutController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fZcu0queN0j+73cpOJIz6O9Toip+NETOGLhg44cQSpJlqEluG+nmIQNKkKazVno2Y3cr5guE5HoZ03rvfrU2Uw==", "order"=>{"state_lock_version"=>"0"}, "button"=>"", "state"=>"selection"}
Spree::User Load (4.4ms) SELECT "spree_users".* FROM "spree_users" WHERE "spree_users"."deleted_at" IS NULL AND "spree_users"."id" = $1 ORDER BY "spree_users"."id" ASC LIMIT 1 [["id", 3]]
Spree::Store Load (1.6ms) SELECT "spree_stores".* FROM "spree_stores" WHERE (url like '%localhost%') ORDER BY "spree_stores"."id" ASC LIMIT 1
Spree::Store Load (1.6ms) SELECT "spree_stores".* FROM "spree_stores" WHERE "spree_stores"."default" = 't' ORDER BY "spree_stores"."id" ASC LIMIT 1
Spree::Order Load (2.0ms) SELECT "spree_orders".* FROM "spree_orders" WHERE "spree_orders"."completed_at" IS NULL AND "spree_orders"."currency" = $1 AND "spree_orders"."
``` Started PATCH "/checkout/update/selection" for 205.237.35.65 at 2016-01-14 17:11:37 -0500
» 14 Jan 2016 17:11:37.649 Processing by Spree::CheckoutController#update as HTML
» 14 Jan 2016 17:11:37.649 Parameters: {"utf8"=>"✓", "authenticity_token"=>"1Qg3iLKpvkKwUL4rTU4EKnfIfJO5z3zgMpKClwfZfXbj2b4vqqwv8eJf0JMww/hOJw0vreZYcaL35xSr0x9CiA==", "order"=>{"state_lock_version"=>"5"}, "button"=>"", "state"=>"selection"}
» 14 Jan 2016 17:11:37.649 Spree::User Load (0.9ms) SELECT "spree_users".* FROM "spree_users" WHERE "spree_users"."deleted_at" IS NULL AND "spree_users"."id" = $1 ORDER BY "spree_users"."id" ASC LIMIT 1 [["id", 1]]
» 14 Jan 2016 17:11:37.649 Spree::Store Load (0.9ms) SELECT "spree_stores".* FROM "spree_stores" WHERE (url like '%bilodeaucanada.com%') ORDER BY "spree_stores"."id" ASC LIMIT 1
» 14 Jan 2016 17:11:37.649 Spree::Order Load (1.0ms) SELECT "spree_orders".* FROM "spree_orders" WHERE "spree_orders"."completed_at" IS NULL AND "spree_orders"."currency" = $1 AND "spree_orders"."guest_token" = $2