gtk-stream 0.11.3__tar.gz → 0.11.5__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/PKG-INFO +1 -1
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/_version.py +2 -2
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/command_line.py +2 -2
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream.egg-info/PKG-INFO +1 -1
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/README.md +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk-stream +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/__init__.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/application.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/common.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/__init__.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Box.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Button.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Document.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Dropdown.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Entry.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/FlowBox.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Frame.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Grid.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Label.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Paned.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Picture.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/ProgressBar.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Scale.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/ScrolledWindow.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Separator.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Stack.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/Switch.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/documents/classes/__init__.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/parser.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream/properties.py +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream.egg-info/SOURCES.txt +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream.egg-info/dependency_links.txt +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream.egg-info/entry_points.txt +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream.egg-info/requires.txt +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/gtk_stream.egg-info/top_level.txt +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/pyproject.toml +0 -0
- {gtk_stream-0.11.3 → gtk_stream-0.11.5}/setup.cfg +0 -0
@@ -41,7 +41,7 @@ def main():
|
|
41
41
|
case "bash":
|
42
42
|
print('''
|
43
43
|
coproc GTK_STREAM { exec gtk-stream; }
|
44
|
-
trap 'kill -INT "$GTK_STREAM_PID"; wait' EXIT
|
44
|
+
trap 'kill -INT "$GTK_STREAM_PID"; wait "$GTK_STREAM_PID"' EXIT
|
45
45
|
exec {GTK_STREAM_EVENTS}<&"${GTK_STREAM[0]}"
|
46
46
|
exec {GTK_STREAM_MESSAGES}>&"${GTK_STREAM[1]}"
|
47
47
|
function GTK.send() {
|
@@ -51,7 +51,7 @@ function GTK.send() {
|
|
51
51
|
cat >&"$GTK_STREAM_MESSAGES"
|
52
52
|
fi
|
53
53
|
}
|
54
|
-
function GTK.
|
54
|
+
function GTK.receive() {
|
55
55
|
read -u "$GTK_STREAM_EVENTS" "$@"
|
56
56
|
}
|
57
57
|
''')
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|