comparison src/emacs.c @ 91634:69cda6392921

(USAGE3): Add --parent-id (standard_args): Ditto.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 07 Feb 2008 14:08:20 +0000
parents 928f0831d88b
children b7a5a89054dc
comparison
equal deleted inserted replaced
91633:e33a0659fabe 91634:69cda6392921
324 --no-blinking-cursor, -nbc disable blinking cursor\n\ 324 --no-blinking-cursor, -nbc disable blinking cursor\n\
325 --reverse-video, -r, -rv switch foreground and background\n\ 325 --reverse-video, -r, -rv switch foreground and background\n\
326 --title, -T TITLE title for initial Emacs frame\n\ 326 --title, -T TITLE title for initial Emacs frame\n\
327 --vertical-scroll-bars, -vb enable vertical scroll bars\n\ 327 --vertical-scroll-bars, -vb enable vertical scroll bars\n\
328 --xrm XRESOURCES set additional X resources\n\ 328 --xrm XRESOURCES set additional X resources\n\
329 --parent-id XID set parent window\n\
329 --help display this help and exit\n\ 330 --help display this help and exit\n\
330 --version output version information and exit\n\ 331 --version output version information and exit\n\
331 \n" 332 \n"
332 333
333 #define USAGE4 "\ 334 #define USAGE4 "\
1865 { "-geometry", 0, 10, 1 }, 1866 { "-geometry", 0, 10, 1 },
1866 { "-T", "--title", 10, 1 }, 1867 { "-T", "--title", 10, 1 },
1867 { "-title", 0, 10, 1 }, 1868 { "-title", 0, 10, 1 },
1868 { "-name", "--name", 10, 1 }, 1869 { "-name", "--name", 10, 1 },
1869 { "-xrm", "--xrm", 10, 1 }, 1870 { "-xrm", "--xrm", 10, 1 },
1871 { "-parent-id", "--parent-id", 10, 1 },
1870 { "-r", "--reverse-video", 5, 0 }, 1872 { "-r", "--reverse-video", 5, 0 },
1871 { "-rv", 0, 5, 0 }, 1873 { "-rv", 0, 5, 0 },
1872 { "-reverse", 0, 5, 0 }, 1874 { "-reverse", 0, 5, 0 },
1873 { "-hb", "--horizontal-scroll-bars", 5, 0 }, 1875 { "-hb", "--horizontal-scroll-bars", 5, 0 },
1874 { "-vb", "--vertical-scroll-bars", 5, 0 }, 1876 { "-vb", "--vertical-scroll-bars", 5, 0 },