Codebase list vit / bcda8c0
Update upstream source from tag 'upstream/2.3.1' Update to upstream version '2.3.1' with Debian dir c90a1cb0ff78a046cd0d0e1468668a1f55e15351 Jochen Sprickerhof 9 months ago
3 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 ##### Sat Jun 24 2023 - released v2.3.1
1
2 * **Sat Jun 24 2023:** fix #339: urwid.str_util import fails on some distros
3
04 ##### Thu Apr 13 2023 - released v2.3.0
15
26 * **Wed Mar 01 2023:** List vit.config and vit.keybinding in packages
11 import sys
22 import curses
33 import shlex
4 from functools import reduce
54
6 from urwid.str_util import calc_width
5 from urwid.util import calc_width
76
87 curses.setupterm()
98 e3_seq = curses.tigetstr('E3') or b''
0 VIT = '2.3.0'
0 VIT = '2.3.1'