Skip to content

Commit bf125b3

Browse files
committed
Bump for next blessed release
1 parent 18afafc commit bf125b3

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ The table below sums up my findings when I tried the most common terminal emulat
139139
| foot | Excellent | 24-bit colors | Good | Yes | 60 FPS | |
140140
| Alacritty | Excellent | 24-bit colors | Good | Yes | 60 FPS | |
141141
| Rio | Excellent | 24-bit colors | Good | Yes | 60 FPS | |
142+
| Konsole | Good | 24-bit colors | Good | No | 60 FPS | |
142143
| Gnome terminal | Good | 24-bit colors | Good | No | 60 FPS | |
143144
| Terminator | Good | 24-bit colors | Good | No | 60 FPS | |
144145
| XTerm | Good | 24-bit colors | Good | No | 60 FPS | No resize shortcuts, launch as ``xterm -tn xterm-256color`` |

gambaterm/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,5 @@ def run(
218218
title += f"Video: {video_fps:.0f} FPS - {video_percent:.0f}% CPU - "
219219
title += f"{data_rate:.0f} KB/s | "
220220
title += f"Audio: {audio_percent:.0f}% CPU"
221-
term.stream.write(f"\033]0;{title}\007")
221+
term.stream.write(term.set_window_title(title))
222222
term.stream.flush()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
dependencies = [
3030
"numpy>=2.0.0,<3.0.0",
3131
"asyncssh>=2.9,<3.0.0",
32-
"blessed>=1.37.0,<2",
32+
"blessed>=1.38.0,<2",
3333
"sounddevice>=0.4,<1.0",
3434
"samplerate>=0.1.0,<0.2.0",
3535
"python-xlib; sys_platform == 'linux'",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)