|
__init__(self,
stdscr,
tsettings)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
get_face(self,
viewname,
facename) |
|
|
|
get_size(self)
Return a pair with the size of the display, (height, width). |
|
|
|
|
|
|
|
give_focus(self,
newfocus) |
|
|
|
|
|
|
|
handle_raw_input(self,
fsj,
ch) |
|
|
|
handle_curses_input(self,
ch) |
|
|
|
next_window(self)
Move focus to the next view. |
|
|
|
set_main(self,
newmain,
give_focus=False) |
|
|
|
display_job(self,
job,
show=None,
focus=False)
Set the job in the current Job View. |
|
|
|
display_sessionlist(self)
Show the session list when input has created a new job. |
|
|
|
display_search(self,
show=None)
Display the search window per user request, boolean argument
indicates if search should be displayed or hidden, default or None
means toggle. |
|
|
|
relinquish_terminal(self,
job) |
|
|
|
|
|
on_remove_job(self,
job)
If the removed job is the currently displayed one, update. |
|
|
|
show_alert(self,
message)
Show a simple alert message to the user. |
|
|
|
get_visible_job(self)
Return whichever job the user would think is the current one, based
on the visible display. |
|
|
|
show_view(self,
view_name)
Show the view of the given name to the user. |
|
|
|
get_view(self,
view_name)
Return a view object for the named view. |
|
|
|
|
Inherited from jobs.JobManagerListener :
on_add_job
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|