Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504208
Collapse All | Expand All

(-)src/xitk/network.c (-1 / +1 lines)
Lines 1255-1261 Link Here
1255
  rl_readline_name = PROGNAME;
1255
  rl_readline_name = PROGNAME;
1256
  rl_set_prompt(session.prompt);
1256
  rl_set_prompt(session.prompt);
1257
  rl_initialize();
1257
  rl_initialize();
1258
  rl_attempted_completion_function = (CPPFunction *)completion_function;
1258
  rl_attempted_completion_function = (rl_completion_func_t *)completion_function;
1259
  
1259
  
1260
  signal(SIGPIPE, SIG_IGN);
1260
  signal(SIGPIPE, SIG_IGN);
1261
  
1261
  

Return to bug 504208