We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e503cb commit 261cc02Copy full SHA for 261cc02
dSQ.py
@@ -10,7 +10,7 @@
10
import sys
11
import re
12
13
-__version__ = 0.93
+__version__ = 0.95
14
15
def safe_fill(text, wrap_width):
16
if sys.__stdin__.isatty():
dSQAutopsy.py
@@ -5,7 +5,7 @@
5
from textwrap import fill
6
from subprocess import check_output
7
8
9
# get terminal columns for wrapping
term_rows, term_columns = [int(x) for x in check_output(["stty", "size"]).split()]
0 commit comments