diff options
author | portix <none@none> | 2013-01-09 23:58:34 +0100 |
---|---|---|
committer | portix <none@none> | 2013-01-09 23:58:34 +0100 |
commit | 7066c99ee903da1fa39a3506a1f562fb346cd6d0 (patch) | |
tree | 79502b58e990a346f10701a1fd86e72d7ecaf83f /src/commands.h | |
parent | 1d3c857fb1b1c1215065166d9fdb0c6841c9d49f (diff) | |
download | dwb-7066c99ee903da1fa39a3506a1f562fb346cd6d0.zip |
New command 'print_preview'; new option print-previewer
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index e09fc7b9..19804d9e 100644 --- a/src/commands.h +++ b/src/commands.h @@ -97,5 +97,6 @@ DwbStatus commands_download(KeyMap *, Arg *); DwbStatus commands_toggle_tab(KeyMap *, Arg *); DwbStatus commands_reload_bookmarks(KeyMap *, Arg *); DwbStatus commands_reload_quickmarks(KeyMap *, Arg *); +DwbStatus commands_print_preview(KeyMap *, Arg *); #endif |