Author: Hakan Ardo <[email protected]>
Branch: extradoc
Changeset: r4882:f6423e067479
Date: 2012-10-19 10:39 +0200
http://bitbucket.org/pypy/extradoc/changeset/f6423e067479/
Log: place and size vim window
diff --git a/talk/dls2012/demo/demo.py b/talk/dls2012/demo/demo.py
--- a/talk/dls2012/demo/demo.py
+++ b/talk/dls2012/demo/demo.py
@@ -60,8 +60,10 @@
def update(self, frame):
view(frame)
"""
+ vim = Vim('analytics.py')
+ vim.send('<ESC>:winpos 0 30<CR>:winsize 75 30<CR>')
+ time.sleep(0.5)
runner = Popen([sys.executable, 'run.py', 'demo.avi'])
- vim = Vim('analytics.py')
try:
if not skip1:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit