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

(-)gtalk-0.99.10/src/gtalk/gt_display.c~ (-2 / +1 lines)
Lines 178-183 Link Here
178
				char *editkeys, char fill, 
178
				char *editkeys, char fill, 
179
				char *text, int size,
179
				char *text, int size,
180
				struct WindowList *win);
180
				struct WindowList *win);
181
static void DISP_prompt(struct TalkContext *Ctxt, char in);
181
182
182
/* The io state determines what is currently going on on the screen.
183
/* The io state determines what is currently going on on the screen.
183
 * IDLE means normal talk things are going on, META means we are
184
 * IDLE means normal talk things are going on, META means we are
Lines 1022-1029 Link Here
1022
void DISP_reset_any_prompts(Ctxt)
1023
void DISP_reset_any_prompts(Ctxt)
1023
     struct TalkContext *Ctxt;
1024
     struct TalkContext *Ctxt;
1024
{
1025
{
1025
  static void DISP_prompt(struct TalkContext *Ctxt, char in);
1026
1027
  /* If in a prompt, erase it */
1026
  /* If in a prompt, erase it */
1028
  if(state == PROMPT) DISP_prompt(Ctxt, 21);
1027
  if(state == PROMPT) DISP_prompt(Ctxt, 21);
1029
  state = TALKMODE;
1028
  state = TALKMODE;

Return to bug 79986