##// END OF EJS Templates
Give the ibrowse cursor row a blue background....
Give the ibrowse cursor row a blue background. Fix fetching new display rows when the browser scrolls more than a screenful (e.g. by using the goto command).

File last commit:

r0:6f629fcc
r346:86043c64
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx