Commit graph

112 commits

Author SHA1 Message Date
98cd4c70b3 Added option to output position numbers, working on a search function 2023-04-09 18:38:14 -04:00
220b6e32aa Added badopt handling 2023-04-08 23:15:11 -04:00
9fedfd48f6 Why doesn't anybody seem to care about POSIX compliance? 2023-04-05 17:02:55 -04:00
17ae543321 Clang has no support for fopen64 2023-04-05 17:00:38 -04:00
007ac9399b Forgot to silence error messages. Fixed that 2023-04-05 16:58:28 -04:00
abb7a8b7ac Starting to implement byte position tracking 2023-04-05 02:59:05 -04:00
a9f08cd5f8 Updated version number 2023-04-04 23:14:25 -04:00
bcf000f36e Updated changelog to publish patch 2023-04-04 22:58:23 -04:00
4dcec06cf9 Fixed #14 2023-04-04 22:55:46 -04:00
14f55c08ac Fixed package priority, removed unfinished CLI binary from packaging for now 2023-04-04 22:07:28 -04:00
7bfcb20bef Changed stol to stoll for int64_t 2023-04-04 22:02:11 -04:00
646df27a83 Whoops 2023-04-04 17:27:12 -04:00
b51fd21693 Slight cleanup. I don't normally like the ++ operator but it's more readable in this case 2023-04-04 17:26:03 -04:00
4a411aaaa8 Improved window resizing. Dirty code though. Should clean 2023-04-04 17:23:47 -04:00
c457cf0b8c Adding preliminary support for resizing screen 2023-04-04 16:44:07 -04:00
19862342b1 Updated exit status codes 2023-04-04 16:26:04 -04:00
5efba4141f Moved 'shared_functions' to 'shared' 2023-04-04 16:14:55 -04:00
d1c8db51f2 Added specifying input file without -i option on all modules 2023-04-04 04:05:32 -04:00
90e301fad6 Added GETOPT while allowing files specified without option 2023-04-04 03:53:58 -04:00
9900729bed Added support for suspend and resume 2023-04-04 01:38:17 -04:00
ebf9ba7657 Added handles for interrupt signals 2023-04-04 00:02:49 -04:00
5c64c11460 Trying a few things 2023-04-03 23:34:00 -04:00
64fc6ec652 Fixed compilation error on OpenBSD 2023-04-03 23:09:31 -04:00
0bcf92b4b1 Added .gitkeep to bin folder 2023-04-03 23:02:19 -04:00
e24fb0b139 Updated readme 2023-04-03 22:48:05 -04:00
736661206a Updated readme 2023-04-03 22:47:27 -04:00
740545d9ca Updated readme 2023-04-03 22:45:43 -04:00
e4c79fcf8c Updated readme 2023-04-03 22:41:33 -04:00
ef4fd21eb4 Much, much more progress 2023-04-03 22:36:49 -04:00
b8159a3da6 More fundamentals 2023-04-03 20:57:45 -04:00
54d59b03f5 Progress 2023-04-03 18:53:34 -04:00
1b11ec11fc Progress 2023-04-03 18:26:48 -04:00
0dfe7c8ee7 I'm terrible at making UIs. 2023-04-03 16:48:12 -04:00
9ffc4a83de Added cli binary to debian pkg list 2023-04-03 15:55:19 -04:00
80a40a8a74 Learning ncurses 2023-04-03 15:46:00 -04:00
cca302385b Adding i386 and arm64 builds 2023-04-02 22:19:22 -04:00
bb8968283c Fixed #13 2023-04-02 14:15:12 -04:00
1624a2078f Replaced occurrences of long long int with standardized int64_t 2023-04-02 13:30:22 -04:00
a8fddc2ac0 Compiles on clang with std=gnu++17 2023-03-30 21:40:55 -04:00
b81b0ea214 Fixed the manual page for polonius-editor 2023-03-27 14:34:13 -04:00
216b8672d6 Added Debian packaging 2023-03-27 02:11:50 -04:00
17403db529 Removed debug output, added verbose option, fixed #12, and updated readme 2023-03-27 01:32:06 -04:00
e71c264fc7 Removed promise of follow_logic. It was going to be far too much complex and difficult code for far too little gain 2023-03-27 01:05:52 -04:00
7891949dcc Fixed #11 2023-03-27 00:41:31 -04:00
5e703a84f5 Removed now-unnecessary M$ compensation 2023-03-26 21:06:36 -04:00
d2cc2eacf0 Removed now-unnecessary M$ compensation 2023-03-26 21:05:05 -04:00
314bdf9152 Patched bug which blocked new file creation 2023-03-26 20:45:41 -04:00
4a5b2fdc7f Updated readme 2023-03-26 20:38:14 -04:00
6787fdd7eb Cleaned up includes 2023-03-26 20:20:15 -04:00
6c3c070d8b Added units to block sizes 2023-03-26 20:10:30 -04:00