Skip to content

Commit 0b7aba4

Browse files
authored
Merge pull request #2415 from akruphi/describe
Description of plugins API additional flags after #2412
2 parents b67cb1b + 53ef87e commit 0b7aba4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

HACKING.md

+7
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,10 @@ far2l uses this to resolve symlink destination when user selects plugin's item t
8080
* `ECTL_GETTRUECOLOR` - retrieves coloring of editor like ECTL_GETCOLOR does but gets 24 RGB color using EditorTrueColor structure.
8181

8282
Note that all true-color capable messages extend but don't replace 'base' 16 palette colors. This is done intentionally as far2l may run in terminal that doesn't support true color palette, and in such case 24bit colors will be ignored and base palette attributes will be used instead.
83+
84+
### Added new flags:
85+
* Flags to **manage markers** in **panel** from plugins API
86+
(a la global parameters `Opt.ShowFilenameMarks` and `Opt.FilenameMarksAlign`):
87+
- `OPIF_HL_MARKERS_NOSHOW` and `OPIF_HL_MARKERS_NOALIGN` (in `enum OPENPLUGININFO_FLAGS`);
88+
- `PFLAGS_HL_MARKERS_NOSHOW` and `PFLAGS_HL_MARKERS_NOALIGN` (in `enum PANELINFOFLAGS`).
89+

0 commit comments

Comments
 (0)