Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zathura
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
59
Issues
59
List
Boards
Labels
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwmt
zathura
Commits
e0779200
Commit
e0779200
authored
May 30, 2019
by
Sebastian Ramacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also display other info at the end
parent
b73d60f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
zathura/commands.c
zathura/commands.c
+2
-1
No files found.
zathura/commands.c
View file @
e0779200
...
...
@@ -180,7 +180,8 @@ cmd_info(girara_session_t* session, girara_list_t* UNUSED(argument_list))
{
_
(
"Producer"
),
ZATHURA_DOCUMENT_INFORMATION_PRODUCER
},
{
_
(
"Creation date"
),
ZATHURA_DOCUMENT_INFORMATION_CREATION_DATE
},
{
_
(
"Modification date"
),
ZATHURA_DOCUMENT_INFORMATION_MODIFICATION_DATE
},
{
_
(
"Format"
),
ZATHURA_DOCUMENT_INFORMATION_FORMAT
}
{
_
(
"Format"
),
ZATHURA_DOCUMENT_INFORMATION_FORMAT
},
{
_
(
"Other"
),
ZATHURA_DOCUMENT_INFORMATION_OTHER
}
};
girara_list_t
*
information
=
zathura_document_get_information
(
zathura
->
document
,
NULL
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment