Changes to qemacs/x11.c
Charlie Gordon <[email protected]>
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Index: qemacs/x11.c
diff -u qemacs/x11.c:1.3 qemacs/x11.c:1.4
--- qemacs/x11.c:1.3 Mon May 9 02:17:47 2005
+++ qemacs/x11.c Mon May 9 09:10:38 2005
@@ -1686,13 +1686,13 @@
};
static CmdOptionDef cmd_options[] = {
- { "nw", NULL, CMD_OPT_BOOL, "force tty terminal usage",
+ { "no-windows", "nw", NULL, CMD_OPT_BOOL, "force tty terminal usage",
{int_ptr: &force_tty} },
- { "display", "display", CMD_OPT_STRING | CMD_OPT_ARG, "set X11 display",
+ { "display", "d", "display", CMD_OPT_STRING | CMD_OPT_ARG, "set X11 display",
{string_ptr: &display_str} },
- { "geometry", "WxH", CMD_OPT_STRING | CMD_OPT_ARG, "set X11 display size",
+ { "geometry", "g", "WxH", CMD_OPT_STRING | CMD_OPT_ARG, "set X11 display size",
{string_ptr: &geometry_str} },
- { "fs", "ptsize", CMD_OPT_INT | CMD_OPT_ARG, "set default font size",
+ { "font-size", "fs", "ptsize", CMD_OPT_INT | CMD_OPT_ARG, "set default font size",
{int_ptr: &font_ptsize} },
{ NULL },
};