firefish111

Results 2 issues of firefish111

When a line is shorter than the specifies column width (`-c`), and padding is required, the padding amount per byte was hardcoded to `5`, which corresponds to the width of...

enhancement

Currently, OCaml support is broken and displays this: ![image](https://user-images.githubusercontent.com/33234914/98460024-52090300-2198-11eb-8f00-357a159c49df.png) This is because `ocamlc -o main` is running, which *compiles* the OCaml code. But it is expecting another argument which it...