Start implementing actions in modules. Change terminator to xterm as it doesnt spawn another child process
This commit is contained in:
@@ -157,6 +157,7 @@ def exec_commands():
|
||||
if data[:l] == key:
|
||||
func(data)
|
||||
break
|
||||
modules.do_action(data.split()[0])
|
||||
|
||||
except:
|
||||
common.logger.debug('Exception occured executing command\n Line in: {}\n Data: {}'.format(data, data[l:].split()))
|
||||
|
||||
Reference in New Issue
Block a user