Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 1d84282

Browse files
committed
news: add 2023-07-06-tmux-behavior-change
1 parent 977961c commit 1d84282

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
categories:
3+
- warning
4+
title: "Recent tmux Update May Change Its Default Behaviors"
5+
date: 2023-07-06T16:00:00+08:00
6+
important: false
7+
draft: false
8+
---
9+
10+
Tmux (package name `tmux`) is an open-source terminal multiplexer pre-installed with all AOSC OS distributions.
11+
12+
In a recent update (verson `3.3a`), we introduced a distribution configuration for Tmux which enables mouse mode by default. However, we found that this particular configuration is very unpopular and decided to revert it to upstream default (mouse mode off). This behavior change is introduced with package version 3.3a-1.
13+
14+
If you are an active Tmux user using the default configuration, you may notice the aforementioned behavior change after a system upgrade. To keep mouse mode on after system upgrade, uncomment the following line in tmux's system-wide configuration file `/etc/tmux.conf` as instructed:
15+
16+
```conf
17+
# Turn on mouse mode
18+
#set -g mouse on
19+
```
20+
21+
---
22+
23+
— Camber Huang
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
categories:
3+
- warning
4+
title: "tmux 更新可能导致默认行为变化"
5+
date: 2023-07-06T16:00:00+08:00
6+
important: false
7+
draft: false
8+
---
9+
10+
tmux 是一款终端复用器,预装于所有 AOSC OS 发行上。
11+
12+
在近期的更新(版本号 `3.3a`)中,我们引入了一个发行版默认配置,默认启用鼠标模式 (mouse mode)。然而,我们发现这一默认配置十分不受欢迎,并因此决定将其回滚至上游默认行为(即关闭鼠标模式)。该行为变化已于版本 `3.3a-1` 引入。
13+
14+
如果您使用 tmux 且使用我们的默认配置,您可能会在系统升级后注意到上述行为变化。若要在系统升级后保持鼠标模式开启,请按照指示在 tmux 的全局配置文件 `/etc/tmux.conf` 中取消下述注释:
15+
16+
```conf
17+
# Turn on mouse mode
18+
#set -g mouse on
19+
```
20+
21+
---
22+
23+
— Camber Huang

0 commit comments

Comments
 (0)