mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Remove non-working detach/attach code.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4806 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e361d2f498
commit
7bd938542e
4 changed files with 3 additions and 76 deletions
|
|
@ -24,7 +24,7 @@ typedef guint32 unichar;
|
|||
|
||||
extern TERM_WINDOW *root_window;
|
||||
extern int term_width, term_height;
|
||||
extern int term_use_colors, term_type, term_detached;
|
||||
extern int term_use_colors, term_type;
|
||||
|
||||
/* Initialize / deinitialize terminal */
|
||||
int term_init(void);
|
||||
|
|
@ -77,11 +77,6 @@ void term_refresh_freeze(void);
|
|||
void term_refresh_thaw(void);
|
||||
void term_refresh(TERM_WINDOW *window);
|
||||
|
||||
/* Automatically detach irssi when terminal is lost */
|
||||
void term_auto_detach(int set);
|
||||
void term_detach(void);
|
||||
void term_attach(FILE *in, FILE *out);
|
||||
|
||||
void term_stop(void);
|
||||
|
||||
/* keyboard input handling */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue