Commit 6369987
committed
server.py(refactor): Remove pre-3.2 version guards
why: tmux >= 3.2a is now required, these version checks are unnecessary
what:
- Remove has_gte_version("2.1") check in has_session() - always prepend = for exact match
- Remove has_gte_version("3.2") check in new_session() - always pass -e environment flags
- Remove has_gte_version import (no longer used)1 parent 6a40f60 commit 6369987
1 file changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
337 | 336 | | |
338 | 337 | | |
339 | 338 | | |
340 | | - | |
| 339 | + | |
341 | 340 | | |
342 | 341 | | |
343 | 342 | | |
| |||
555 | 554 | | |
556 | 555 | | |
557 | 556 | | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
| 557 | + | |
| 558 | + | |
565 | 559 | | |
566 | 560 | | |
567 | 561 | | |
| |||
0 commit comments