| File src/ui/quickview.c changed (mode: 100644) (index 6bb8e8f40..90770d99c) |
| ... |
... |
view_entry(const dir_entry_t *entry, const preview_area_t *parea, |
| 308 |
308 |
return NULL; |
return NULL; |
| 309 |
309 |
} |
} |
| 310 |
310 |
|
|
| 311 |
|
/* Displays contents of file or output of its viewer in the other pane |
|
| 312 |
|
* starting from the second line and second column. Returns preview clear |
|
| 313 |
|
* command or NULL. */ |
|
|
311 |
|
/* Displays contents of a file or output of its viewer in a preview area. |
|
312 |
|
* Returns preview clear command or NULL. */ |
| 314 |
313 |
static const char * |
static const char * |
| 315 |
314 |
view_file(const char path[], const preview_area_t *parea, |
view_file(const char path[], const preview_area_t *parea, |
| 316 |
315 |
quickview_cache_t *cache) |
quickview_cache_t *cache) |