tmux 3.5 release

tmux 3.5 がリリースされました。

早速build します。

$ sudo apt build-dep tmux (1)
$ sudo apt install libjemalloc-dev (2)
$ git clone https://github.com/tmux/tmux
$ cd tmux
$ git checkout 3.5
$ ./configure --enable-sixel \ (3)
              --enable-jemalloc \ (4)
              --prefix=$HOME/local (5)
$ make
$ make install
$ which tmux
/home/matoken/local/bin/tmux
$ tmux -V
tmux 3.5
  1. tmux の build に必要なパッケージを導入

  2. tmux 3.5 で新しく利用できるようになった --enable-jemalloc のためのパッケージ導入

  3. sixel を有効にする

  4. jemalloc を有効にする

  5. インストール場所を指定

数日使っていますが問題無さそうです。

しかし、tmux 3.5 は早かったですね。そういえば GNU screen 5.0.0 も最近出ました。

Note

tmux 3.3a: 2022-01-09
tmux 3.4: 2024-02-13
GNU screen 5.0.0: 2024-08-29
tmux 3.5: 2024-09-27

環境
$ tmux -V
tmux 3.5
$ lsb_release -dr
Description:    Debian GNU/Linux trixie/sid
Release:        n/a
$ arch
x86_64

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)