comparison README @ 60:9c0c402b0ef3

Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net> * editors.[ch]: Add "%w" macro to disable full screen deactivation when running an editor command. * img-view.c, layout_image.c, pan-view.c: Honor %w editor flag to prevent exit of full screen. * image-load.c (image_load_begin): Fix to not treat short reads as end of file condition. * README, doc/10_5_editor_commands.html: Document %w macro for editor commands. * po/it.po: Update Italian translation, submitted by Kostantino <inverness1ATvirgilio.it>.
author gqview
date Mon, 13 Jun 2005 21:39:13 +0000
parents 3b83fb81afc4
children 0c912a2d94f1
comparison
equal deleted inserted replaced
59:57f6da2510d9 60:9c0c402b0ef3
349 none When neither %f or %p exist, list of files is appended to command. 349 none When neither %f or %p exist, list of files is appended to command.
350 350
351 Use of the following to display output window for the command: 351 Use of the following to display output window for the command:
352 352
353 %v Display result of command in output window, must occur as first two 353 %v Display result of command in output window, must occur as first two
354 characters in the command. 354 characters in the command, or immediately after the "%w" macro.
355 %V Like v above, but when used with %p, only displays output window for 355 %V Like v above, but when used with %p, only displays output window for
356 multiple files. The output of a single file is suppressed. 356 multiple files. The output of a single file is suppressed.
357
358 Additional macros:
359
360 %w Prevent full screen from deactivating when command is executed,
361 must occur as the first two characters.
357 362
358 ======== Additional comments: 363 ======== Additional comments:
359 364
360 Advanced options: 365 Advanced options:
361 These options are not adjustable in the preferences window, to change 366 These options are not adjustable in the preferences window, to change