View Single Post
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#29
os.system indeed blocks, so the script does not run again.

Use something like (an example will be in the script in the next version):
Code:
  if key == 'i':
    if os.fork() == 0:
      os.system("osso-xterm 'ssh user@server'")
__________________
My repository

"N900 community support for the MeeGo-Harmattan" Is the new "Mer is Fremantle for N810".

No more Nokia devices for me.
 

The Following 2 Users Say Thank You to Matan For This Useful Post: