diff --git a/hex.c b/hex.c index c7e06e1..3a0866f 100644 --- a/hex.c +++ b/hex.c @@ -1,11 +1,8 @@ #include #include -// TODO: Position printing // TODO: Stop appending garbage at file end // TODO: Skip repeating lines -// TODO: Coloring printable ASCII characters in output -// TODO: Stop scanning always for cmd & loc (for q and s commands) #define BYTES 1024 #define BYTES_PER_LINE 20 @@ -14,7 +11,6 @@ void print_hex(unsigned char* buf, int byteno, int pos) { for (int i=0; i