Commit Graph

92 Commits

Author SHA1 Message Date
62c6d43ca3 Add a real manual page 2023-06-15 22:32:02 +02:00
ccb3974895 Avoid ringing the bell on focus events 2023-06-05 20:00:06 +02:00
c7a6e9ec36 README.adoc: fix a dead link 2022-07-31 18:44:09 +02:00
c7448a72a2 README.adoc: mention fq 2022-03-11 20:43:45 +01:00
1cb069aa8b Fix second nibbles in the hex dump
Welp.
2021-12-01 05:03:41 +01:00
9489358c92 xcursor.lua: fix file version decoding
The Xcursor header file contains more documentation than there is
in the actual documentation.
2021-11-17 12:18:37 +01:00
a539a5510f Add an elementary decoder for Xcursor files 2021-11-17 11:48:10 +01:00
e5ddd6a6af Fix a compiler warning 2021-11-05 02:59:55 +01:00
8f7bcf7531 Bump liberty, termo 2021-11-05 02:59:35 +01:00
330e81fa89 Update .gitignore 2021-10-30 03:32:53 +02:00
84831a1492 Bind _/C-a/$/C-e to go to row start/end
Avoiding 0 because that's how you would write a zero in edit mode.
2021-10-30 02:59:09 +02:00
ada863925f Add clang-format configuration 2021-10-30 02:59:09 +02:00
28f36f6087 CMakeLists.txt: synchronize with sdtui 2021-10-30 01:36:48 +02:00
252e349e52 README.adoc: mention elfcat 2021-07-07 19:25:38 +02:00
a41d67432d Fix incomplete liberty bump 2021-01-16 16:43:00 +01:00
5e66f5402d Bump minimum CMake version to 3.0
A nice, round number.  This allows us to remove some boilerplate.
2020-10-27 11:53:49 +01:00
38694ea520 Bump liberty and termo 2020-10-27 11:53:03 +01:00
0304e4fcee README.adoc: update refs to similar software 2020-10-18 22:57:15 +02:00
b3f117a785 Name change 2020-09-28 05:10:27 +02:00
d87ae4bfba Bump liberty and termo 2020-09-28 05:09:20 +02:00
16e24195e7 Cleanup, add comment 2018-10-27 15:08:18 +02:00
4e76388f4f Remove .travis.yml
We don't depend on any proprietary services no longer.  I'll have to
make my own replacements with blackjack and hookers.  Until then,
the file stays in the commit log as an example.
2018-06-24 05:50:55 +02:00
a6fecc8091 Update README 2018-06-24 04:11:47 +02:00
d22959cdd3 Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-24 04:11:24 +02:00
7428cc87ea Bump liberty, termo 2018-06-24 04:08:12 +02:00
a2e5661133 Add a partial decoder for PDF 2017-11-19 21:51:53 +01:00
89764adf8e Improve redrawing performance 2017-11-14 03:24:10 +01:00
59f1a85d1b gzip.lua: fix variable scope 2017-11-14 03:23:45 +01:00
f075d11b0d Bump liberty, termo, fix compiler detection 2017-11-14 03:23:41 +01:00
9206e1ea1d Update screenshot 2017-06-16 19:51:02 +02:00
f2012860a8 Update README 2017-06-03 22:33:02 +02:00
96f426f862 Add gzip.lua 2017-05-29 15:52:53 +02:00
3f39679a16 zlib.lua: fix endianity 2017-05-29 15:48:17 +02:00
e6e1c19bad Add a partial decoder for RFC 1950: ZLIB 2017-05-21 21:10:37 +02:00
6a6c7b2496 Fix SIGWINCH handling 2017-05-21 21:10:37 +02:00
5f207835cc CMakeLists.txt: cleanup 2017-02-12 20:21:40 +01:00
00d52aa37b pcap.lua: fix decoding
Which didn't work before at all.
2017-02-07 16:29:08 +01:00
6a845e40b4 Add a partial decoder for ZIP 2017-02-05 22:29:55 +01:00
d78415bb34 Update README
Add a reference to hachoir.
2017-02-05 18:49:13 +01:00
2b62d49409 Fix and update LICENSE 2017-02-03 23:10:29 +01:00
dd5c78a46f Fix cursor hiding 2017-01-27 21:33:12 +01:00
929d9ec6ba Fix the -o and -s switches
At least they work as expected, once unbroken.
2017-01-27 21:25:03 +01:00
caa740df79 Lua: don't die on unspecified detectors 2017-01-27 04:02:21 +01:00
416b52083d Update README 2017-01-27 01:35:08 +01:00
973d12a84e Optimize memory usage a bit
Stop calling calloc() to allocate large amounts of tiny lists of
pointers but instead serialize these lists and keep offsets.
2017-01-27 01:17:16 +01:00
2a0e968924 Plug some leaks 2017-01-27 01:15:05 +01:00
9d81b137e7 pcap.lua: slight cleanup
Should be a tiny bit faster, too.
2017-01-27 00:05:50 +01:00
aff07bc63d Make app_lua_mark() stupidity resistant 2017-01-26 23:19:36 +01:00
f4a462bd43 Add a partial decoder for PCAPNG 2017-01-26 22:38:15 +01:00
ebf21a5e1c Add a dummy plugin to disable interpretation 2017-01-26 22:26:14 +01:00