diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2005-04-11 01:06:15 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2005-04-11 01:06:15 +0000 |
commit | 33c2d047571cd4ebce2eb630515fc33aa3f05b98 (patch) | |
tree | db36f40f732f2075f70f35983ca8603c88736368 /Xedit-xprint.ad | |
parent | bd31ddba0725738848be8298a7b1dd691c103fa3 (diff) |
xc/programs/Xserver/Xprint/attributes.cXORG-6_8_99_3
xc/programs/glxgears/glxgears.c
xc/programs/xdbedizzy/xdbedizzy.c
xc/programs/xedit/Imakefile
xc/programs/xedit/Xedit-xprint.ad
xc/programs/xedit/util.c
xc/programs/xedit/xedit.h
xc/programs/xlogo/print.c
xc/programs/xlogo/xlogo.c
xc/programs/xlogo/xlogo.h
xc/programs/xman/Imakefile
xc/programs/xman/print.h
xc/programs/xmore/Imakefile
xc/programs/xmore/print.c
xc/programs/xmore/print.h
xc/programs/xmore/printdialog.c
xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
xc/programs/xphelloworld/xphelloworld/xphelloworld.c
xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
//bugs.freedesktop.org/show_bug.cgi?id=790) attachment #2379
(https://bugs.freedesktop.org/attachment.cgi?id=2379) Implement support
client+Xserver support for passing output (stdout+stderr) of the
spooler command started by the Xprint server back to the application
using the "xp-spooler-command-results" XPJobAttr attribute
(applications can fetch the attribute value after the XPEndJobNotify
event was received; more details can be found in
http://xprint.mozdev.org/docs/dtprint_fspec.ps).
Diffstat (limited to 'Xedit-xprint.ad')
-rw-r--r-- | Xedit-xprint.ad | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Xedit-xprint.ad b/Xedit-xprint.ad index 8c1d398..cb8445f 100644 --- a/Xedit-xprint.ad +++ b/Xedit-xprint.ad @@ -71,7 +71,7 @@ Use Control-G to interrupt the lisp subprocess *buttons*showGrip: False *buttons.min: 18 -*messageWindow.height: 50 +*messageWindow.height: 70 *messageWindow.min: 18 *Paned*Text*allowResize: True @@ -153,12 +153,14 @@ m<Key>I: no-op(r) *baseTranslations: #override \ <Ctrl>X,<Ctrl>C:quit()\n\ <Ctrl>X,<Ctrl>S:save-file()\n\ +<Ctrl>X,<Ctrl>P:print-file()\n\ <Ctrl>X,<Ctrl>F:find-file()\n\ <Key>Escape: line-edit() *messageWindow.Translations: #override \ <Ctrl>X,<Ctrl>C:quit()\n\ <Ctrl>X,<Ctrl>S:save-file()\n\ +<Ctrl>X,<Ctrl>P:print-file()\n\ <Ctrl>X,<Ctrl>F:find-file()\n\ <Enter>: no-op()\n\ <Leave>: no-op()\n\ @@ -246,7 +248,6 @@ c<Key>R: no-op(r)\n\ m<Key>I: no-op(r)\n\ c<Key>G: cancel-find-file()\n\ <Key>Return: load-file()\n\ -<Key>P: print-file()\n\ <Key>Tab: file-completion(h)\n\ <Key>Escape: cancel-find-file()\n\ <Enter>: no-op()\n\ |