mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-26 14:10:52 +00:00
Compare commits
3 Commits
9c77e91006
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1cb0172d1 | ||
|
|
bae2132bd5 | ||
|
|
5478f290a1 |
@@ -36,7 +36,7 @@ fzf --prompt="Dict: " \
|
||||
--phony \
|
||||
--bind "enter:reload(sdcv {q} -n --json | jq '.[].dict' -r)" \
|
||||
--preview "sdcv {q} -en --use-dict={}" \
|
||||
--preview-window=wrap \
|
||||
--preview-window=right:70%:wrap \
|
||||
< <(echo)
|
||||
#+END_SRC
|
||||
|
||||
|
||||
@@ -42,8 +42,8 @@ private:
|
||||
int version;
|
||||
int chunkLength;
|
||||
int chunkCount;
|
||||
int *chunks;
|
||||
unsigned long *offsets; /* Sum-scan of chunks. */
|
||||
int *chunks = nullptr;
|
||||
unsigned long *offsets = nullptr; /* Sum-scan of chunks. */
|
||||
std::string origFilename;
|
||||
std::string comment;
|
||||
unsigned long crc;
|
||||
|
||||
Reference in New Issue
Block a user