Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 38264 | Differences between
and this patch

Collapse All | Expand All

(-)seyon-2.20c/SeDecl.h (-2 / +1 lines)
Lines 65-72 Link Here
65
                get_modem_fio();
65
                get_modem_fio();
66
extern FILE    *open_file(),
66
extern FILE    *open_file(),
67
               *open_file_va();
67
               *open_file_va();
68
extern void     send_break(),
68
extern void     send_break(), 
69
                usleep(),
70
                show(),
69
                show(),
71
                showf(),
70
                showf(),
72
                SeyonMessage(),
71
                SeyonMessage(),
(-)seyon-2.20c/SeParse.y (-3 / +4 lines)
Lines 50-58 Link Here
50
{
50
{
51
  (*callbackProc)(4, msg);
51
  (*callbackProc)(4, msg);
52
}
52
}
53
53
/*
54
#ifdef TEST
54
##ifdef TEST
55
void SignalBeginFunction(char *name)
55
#void SignalBeginFunction(char *name)
56
{
56
{
57
  printf("** Function call: %s(", name);
57
  printf("** Function call: %s(", name);
58
}
58
}
Lines 103-105 Link Here
103
  ParseThis(long_line);
103
  ParseThis(long_line);
104
}
104
}
105
#endif TEST
105
#endif TEST
106
*/
(-)seyon-2.20c/SeScan.c (-11 lines)
Lines 286-299 Link Here
286
  scSetInputBuffer(line);
286
  scSetInputBuffer(line);
287
  return GetNextWord();
287
  return GetNextWord();
288
}
288
}
289
290
#ifdef TEST
291
main()
292
{
293
  scSetInputBuf("Just to see if we'\\'re \\n\\033 able to distinguish' words and strings
294
\"Also 'quotes' inside strings\" and 'strs \"inside quotes\"'
295
Not to forget ^S and ^q control ^ chars");
296
297
  while (lGetWord() != 0);
298
}
299
#endif
(-)seyon-2.20c/Seyon.ad.h (-1 / +1 lines)
Lines 21-27 Link Here
21
"*XfwfMultiList.defaultColumns: 1",
21
"*XfwfMultiList.defaultColumns: 1",
22
"*XfwfMultiList.verticaList: true",
22
"*XfwfMultiList.verticaList: true",
23
"*XfwfMultiList.maxSelectable: 100",
23
"*XfwfMultiList.maxSelectable: 100",
24
"*XfwfMultiList.Translations: #replcae \\n\
24
"*XfwfMultiList.Translations: #replace \\n\
25
	<Btn1Down>(2): Select() Notify() \\n\
25
	<Btn1Down>(2): Select() Notify() \\n\
26
	<Btn1Down>: Toggle() \\n\
26
	<Btn1Down>: Toggle() \\n\
27
	<Btn2Down>: Select() Notify() \\n\
27
	<Btn2Down>: Select() Notify() \\n\

Return to bug 38264